2024-01-16T08:14:43.994 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T08:14:43.994 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} --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647 --owner scheduled_yuriw@teuthology --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/orig.config.yaml 2024-01-16T08:14:44.028 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T08:14:44.111 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647 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: '7517647' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-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-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBisYzp9UrSIEX7o+pwoVam2ajNvmgxb0hvKJv2VWt15zkW1ZsikYCtO3wMTw1oGSY1tZpCpxvtoI9glpL6d0nQ= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6AT5zXF96ekNN1w6rEQF2YO6uvBMIMAePTmMjugoXxAIRTo5cIcBDrSThQv00umAkf2x29051NLrAiambZ3Fk= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T08:14:44.112 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T08:14:44.115 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T08:14:44.116 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T08:14:44.118 INFO:teuthology.task.internal:Checking packages... 2024-01-16T08:14:44.142 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T08:14:44.143 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T08:14:44.143 INFO:teuthology.packaging:ref: None 2024-01-16T08:14:44.143 INFO:teuthology.packaging:tag: None 2024-01-16T08:14:44.143 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T08:14:44.143 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T08:14:44.143 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-16T08:14:44.367 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T08:14:44.368 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T08:14:44.376 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T08:14:44.376 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T08:14:44.398 INFO:teuthology.task.internal:Saving configuration 2024-01-16T08:14:44.411 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T08:14:44.419 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T08:14:44.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647', '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-16 08:09:22.113231', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBisYzp9UrSIEX7o+pwoVam2ajNvmgxb0hvKJv2VWt15zkW1ZsikYCtO3wMTw1oGSY1tZpCpxvtoI9glpL6d0nQ='} 2024-01-16T08:14:44.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647', '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-16 08:09:22.111679', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6AT5zXF96ekNN1w6rEQF2YO6uvBMIMAePTmMjugoXxAIRTo5cIcBDrSThQv00umAkf2x29051NLrAiambZ3Fk='} 2024-01-16T08:14:44.486 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T08:14:44.492 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-16T08:14:44.493 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-16T08:14:44.493 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T08:14:44.581 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7fc872e160>, signals=[15]) 2024-01-16T08:14:44.581 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T08:14:44.589 INFO:teuthology.task.internal:Opening connections... 2024-01-16T08:14:44.589 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-01-16T08:14:44.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:14:44.678 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-01-16T08:14:44.679 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:14:44.772 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T08:14:44.778 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-01-16T08:14:44.801 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-01-16T08:14:44.801 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-01-16T08:14:44.862 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Red Hat Enterprise Linux" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="8.6 (Ootpa)" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:ID="rhel" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="fedora" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="8.6" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el8" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.redhat.com/" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:44.863 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T08:14:44.864 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-16T08:14:44.864 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-16T08:14:44.864 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-16T08:14:44.864 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-01-16T08:14:44.897 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-01-16T08:14:44.918 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-01-16T08:14:44.918 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-01-16T08:14:44.975 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Red Hat Enterprise Linux" 2024-01-16T08:14:44.975 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="8.6 (Ootpa)" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:ID="rhel" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="fedora" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="8.6" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el8" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.redhat.com/" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:44.976 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T08:14:44.977 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-16T08:14:44.977 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-16T08:14:44.977 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-16T08:14:44.977 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-01-16T08:14:45.005 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T08:14:45.015 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T08:14:45.023 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T08:14:45.024 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-01-16T08:14:45.026 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-01-16T08:14:45.046 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T08:14:45.053 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T08:14:45.053 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-01-16T08:14:45.088 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-01-16T08:14:45.125 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T08:14:45.204 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T08:14:45.226 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T08:14:45.226 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T08:14:45.226 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T08:14:45.227 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T08:14:45.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:14:45.247 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-01-16T08:14:45.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:14:45.248 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-01-16T08:14:45.305 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:45.305 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:45.305 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-01-16T08:14:45.309 INFO:teuthology.orchestra.run.smithi046.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:45.310 INFO:teuthology.task.kernel:Running kernel on smithi046: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:45.310 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2024-01-16T08:14:46.861 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:46.862 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2024-01-16T08:14:46.879 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:46.879 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-01-16T08:14:47.159 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:47.159 INFO:teuthology.orchestra.run.smithi046.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:47.160 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:47.198 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:47.198 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:47.198 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:49.783 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 3.3 kB/s | 3.5 kB 00:01 2024-01-16T08:14:49.837 INFO:teuthology.orchestra.run.smithi160.stdout:Copr repo for python3-asyncssh owned by ceph 3.1 kB/s | 3.5 kB 00:01 2024-01-16T08:14:50.607 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-01-16T08:14:51.970 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 7.2 MB/s | 16 MB 00:02 2024-01-16T08:14:54.650 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 424 kB/s | 24 kB 00:00 2024-01-16T08:14:55.470 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-16T08:14:55.470 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-16T08:14:55.562 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-01-16T08:14:55.564 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-01-16T08:14:55.564 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-01-16T08:14:55.620 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 538 kB/s | 24 kB 00:00 2024-01-16T08:14:55.749 DEBUG:teuthology.orchestra.run.smithi046:> echo no | sudo yum reinstall kernel || true 2024-01-16T08:14:56.183 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:56.183 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2024-01-16T08:14:56.340 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-16T08:14:56.340 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-16T08:14:56.418 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-01-16T08:14:56.419 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-01-16T08:14:56.419 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-01-16T08:14:56.439 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:56.440 INFO:teuthology.orchestra.run.smithi046.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:56.440 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:56.545 DEBUG:teuthology.orchestra.run.smithi160:> echo no | sudo yum reinstall kernel || true 2024-01-16T08:14:56.807 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:02 ago on Tue 16 Jan 2024 08:14:54 AM UTC. 2024-01-16T08:14:56.901 INFO:teuthology.orchestra.run.smithi046.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-16T08:14:56.909 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T08:14:56.925 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:56.925 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-01-16T08:14:56.964 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2024-01-16T08:14:57.019 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum reinstall -y kernel || true 2024-01-16T08:14:57.153 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:57.153 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:57.153 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:57.403 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:57.404 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2024-01-16T08:14:57.472 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:02 ago on Tue 16 Jan 2024 08:14:55 AM UTC. 2024-01-16T08:14:57.552 INFO:teuthology.orchestra.run.smithi160.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-16T08:14:57.568 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T08:14:57.607 INFO:teuthology.orchestra.run.smithi160.stderr:Error: No packages marked for reinstall. 2024-01-16T08:14:57.654 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum reinstall -y kernel || true 2024-01-16T08:14:57.678 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:57.678 INFO:teuthology.orchestra.run.smithi046.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:57.678 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:14:57.988 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-01-16T08:14:57.988 INFO:teuthology.orchestra.run.smithi160.stdout:Unable to read consumer identity 2024-01-16T08:14:58.041 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:04 ago on Tue 16 Jan 2024 08:14:54 AM UTC. 2024-01-16T08:14:58.115 INFO:teuthology.orchestra.run.smithi046.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-16T08:14:58.115 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T08:14:58.161 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2024-01-16T08:14:58.168 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:58.168 INFO:teuthology.orchestra.run.smithi160.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T08:14:58.168 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:14:58.216 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:14:58.392 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:58.392 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:58.392 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-16T08:14:58.392 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T08:14:58.392 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T08:14:58.437 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-01-16T08:14:58.451 DEBUG:teuthology.parallel:result is None 2024-01-16T08:14:58.475 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:03 ago on Tue 16 Jan 2024 08:14:55 AM UTC. 2024-01-16T08:14:58.537 INFO:teuthology.orchestra.run.smithi160.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-16T08:14:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T08:14:58.570 INFO:teuthology.orchestra.run.smithi160.stderr:Error: No packages marked for reinstall. 2024-01-16T08:14:58.617 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:14:58.805 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:58.805 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T08:14:58.805 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-16T08:14:58.805 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-16T08:14:58.805 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T08:14:58.841 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-01-16T08:14:58.853 DEBUG:teuthology.parallel:result is None 2024-01-16T08:14:58.853 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T08:14:58.864 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T08:14:58.864 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T08:14:58.866 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T08:14:58.909 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T08:14:58.919 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T08:14:58.933 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T08:14:58.933 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T08:14:58.936 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T08:14:58.980 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T08:14:58.989 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T08:14:58.990 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:14:59.007 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:14:59.045 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:14:59.050 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:14:59.058 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:14:59.060 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:14:59.062 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T08:14:59.072 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T08:14:59.072 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T08:14:59.103 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T08:14:59.135 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T08:14:59.145 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T08:14:59.146 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T08:14:59.178 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T08:14:59.196 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:14:59.295 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:14:59.348 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:14:59.403 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:14:59.448 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:14:59.449 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T08:14:59.523 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:14:59.576 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:14:59.618 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:14:59.711 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:14:59.745 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:14:59.745 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T08:14:59.811 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-01-16T08:14:59.814 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-01-16T08:14:59.863 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:14:59.908 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:15:00.237 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T08:15:00.247 INFO:teuthology.task.internal:Starting timer... 2024-01-16T08:15:00.247 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T08:15:00.256 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T08:15:00.268 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-16T08:15:00.268 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2024-01-16T08:15:00.346 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2024-01-16T08:15:00.348 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-01-16T08:15:00.406 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-01-16T08:15:00.408 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T08:15:00.408 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2024-01-16T08:15:00.460 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2024-01-16T08:15:00.460 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-01-16T08:15:00.481 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-01-16T08:15:00.481 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi046.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive'} 2024-01-16T08:15:00.481 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:15:00.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:15:00.512 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:15:00.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:15:00.549 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T08:15:00.549 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2024-01-16T08:15:00.586 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-01-16T08:15:00.616 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T08:15:00.627 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T08:15:00.645 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-16T08:15:00.647 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T08:24:27.534 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-01-16T08:24:27.536 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-16T08:24:27.537 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:24:27.626 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-01-16T08:24:27.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-16T08:24:27.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T08:24:27.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:24:27.783 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-01-16T08:24:27.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T08:24:27.851 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T08:24:27.862 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T08:24:27.862 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T08:24:27.863 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:24:27.865 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T08:24:27.865 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:24:27.904 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T08:24:27.921 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T08:24:27.922 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T08:24:27.938 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T08:24:27.998 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2024-01-16T08:24:28.013 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2024-01-16T08:24:28.015 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-01-16T08:24:28.027 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-01-16T08:24:28.030 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T08:24:28.042 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T08:24:28.047 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T08:24:28.056 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T08:24:28.130 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-01-16T08:24:28.131 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.134 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.135 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:24:28.135 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-01-16T08:24:28.135 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.135 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.136 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.136 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:24:28.137 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T08:24:28.147 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T08:24:28.147 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi046.front.sepia.ceph.com 2024-01-16T08:24:28.147 DEBUG:teuthology.orchestra.run.smithi046:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T08:24:28.148 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2024-01-16T08:24:28.148 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T08:24:28.555 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-01-16T08:24:28.614 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2024-01-16T08:24:30.411 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-01-16T08:24:30.531 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-01-16T08:24:30.747 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-01-16T08:24:31.269 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-01-16T08:24:33.827 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout:Resetting modules: 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-01-16T08:24:33.829 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:24:34.566 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-01-16T08:24:34.567 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-01-16T08:24:34.567 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout:Resetting modules: 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-01-16T08:24:34.568 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:24:46.218 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-01-16T08:24:46.756 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2024-01-16T08:24:46.889 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-01-16T08:24:47.361 INFO:teuthology.orchestra.run.smithi160.stdout:Updating Subscription Management repositories. 2024-01-16T08:24:48.606 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-01-16T08:24:49.235 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-01-16T08:24:49.420 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 20 kB/s | 4.1 kB 00:00 2024-01-16T08:24:49.591 INFO:teuthology.orchestra.run.smithi160.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-01-16T08:24:52.594 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================================================== 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================================================== 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout:Installing group/module packages: 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.765 INFO:teuthology.orchestra.run.smithi046.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-01-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.stdout:Downgrading: 2024-01-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.766 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.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-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:Installing module profiles: 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools/common 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling module streams: 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools 3.0 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================================================== 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:Install 7 Packages 2024-01-16T08:24:52.767 INFO:teuthology.orchestra.run.smithi046.stdout:Downgrade 12 Packages 2024-01-16T08:24:52.768 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:24:52.769 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-01-16T08:24:52.769 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 50 M 2024-01-16T08:24:52.769 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-01-16T08:24:52.920 INFO:teuthology.orchestra.run.smithi046.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 347 kB/s | 51 kB 00:00 2024-01-16T08:24:52.921 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================================== 2024-01-16T08:24:52.921 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-01-16T08:24:52.921 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================================== 2024-01-16T08:24:52.921 INFO:teuthology.orchestra.run.smithi160.stdout:Installing group/module packages: 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-16T08:24:52.922 INFO:teuthology.orchestra.run.smithi160.stdout:Downgrading: 2024-01-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.923 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.stdout:Installing module profiles: 2024-01-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools/common 2024-01-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.stdout:Enabling module streams: 2024-01-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 3.0 2024-01-16T08:24:52.924 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:========================================================================================================================== 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Install 7 Packages 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Downgrade 12 Packages 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 50 M 2024-01-16T08:24:52.925 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-01-16T08:24:52.951 INFO:teuthology.orchestra.run.smithi046.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.8 MB/s | 511 kB 00:00 2024-01-16T08:24:53.009 INFO:teuthology.orchestra.run.smithi046.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 781 kB/s | 72 kB 00:00 2024-01-16T08:24:53.035 INFO:teuthology.orchestra.run.smithi046.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 824 kB/s | 69 kB 00:00 2024-01-16T08:24:53.064 INFO:teuthology.orchestra.run.smithi160.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 364 kB/s | 51 kB 00:00 2024-01-16T08:24:53.097 INFO:teuthology.orchestra.run.smithi160.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.9 MB/s | 511 kB 00:00 2024-01-16T08:24:53.187 INFO:teuthology.orchestra.run.smithi160.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 583 kB/s | 72 kB 00:00 2024-01-16T08:24:53.219 INFO:teuthology.orchestra.run.smithi046.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 311 kB/s | 57 kB 00:00 2024-01-16T08:24:53.240 INFO:teuthology.orchestra.run.smithi160.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 487 kB/s | 69 kB 00:00 2024-01-16T08:24:53.357 INFO:teuthology.orchestra.run.smithi160.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 489 kB/s | 57 kB 00:00 2024-01-16T08:24:53.436 INFO:teuthology.orchestra.run.smithi046.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 25 MB/s | 11 MB 00:00 2024-01-16T08:24:53.548 INFO:teuthology.orchestra.run.smithi160.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 29 MB/s | 11 MB 00:00 2024-01-16T08:24:53.636 INFO:teuthology.orchestra.run.smithi046.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 21 MB/s | 19 MB 00:00 2024-01-16T08:24:53.695 INFO:teuthology.orchestra.run.smithi046.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 213 kB/s | 55 kB 00:00 2024-01-16T08:24:53.761 INFO:teuthology.orchestra.run.smithi046.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 730 kB/s | 91 kB 00:00 2024-01-16T08:24:53.768 INFO:teuthology.orchestra.run.smithi160.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 22 MB/s | 19 MB 00:00 2024-01-16T08:24:53.798 INFO:teuthology.orchestra.run.smithi160.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 220 kB/s | 55 kB 00:00 2024-01-16T08:24:53.811 INFO:teuthology.orchestra.run.smithi046.stdout:(10/19): runc-1.0.0-73.rc95.module+el8.7.0+1653 4.8 MB/s | 2.9 MB 00:00 2024-01-16T08:24:53.857 INFO:teuthology.orchestra.run.smithi160.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-16T08:24:53.862 INFO:teuthology.orchestra.run.smithi046.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.9 MB/s | 323 kB 00:00 2024-01-16T08:24:53.882 INFO:teuthology.orchestra.run.smithi160.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 803 kB/s | 91 kB 00:00 2024-01-16T08:24:53.895 INFO:teuthology.orchestra.run.smithi046.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 383 kB/s | 51 kB 00:00 2024-01-16T08:24:53.916 INFO:teuthology.orchestra.run.smithi160.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.7 MB/s | 323 kB 00:00 2024-01-16T08:24:53.944 INFO:teuthology.orchestra.run.smithi160.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 612 kB/s | 51 kB 00:00 2024-01-16T08:24:53.966 INFO:teuthology.orchestra.run.smithi046.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.7 MB/s | 185 kB 00:00 2024-01-16T08:24:53.992 INFO:teuthology.orchestra.run.smithi160.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 9.8 MB/s | 1.1 MB 00:00 2024-01-16T08:24:54.017 INFO:teuthology.orchestra.run.smithi160.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.8 MB/s | 185 kB 00:00 2024-01-16T08:24:54.021 INFO:teuthology.orchestra.run.smithi046.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.1 MB/s | 1.1 MB 00:00 2024-01-16T08:24:54.171 INFO:teuthology.orchestra.run.smithi046.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-01-16T08:24:54.197 INFO:teuthology.orchestra.run.smithi046.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 288 kB/s | 51 kB 00:00 2024-01-16T08:24:54.201 INFO:teuthology.orchestra.run.smithi160.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-01-16T08:24:54.218 INFO:teuthology.orchestra.run.smithi160.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 253 kB/s | 51 kB 00:00 2024-01-16T08:24:54.301 INFO:teuthology.orchestra.run.smithi160.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 17 MB/s | 6.2 MB 00:00 2024-01-16T08:24:54.364 INFO:teuthology.orchestra.run.smithi046.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 13 MB/s | 6.2 MB 00:00 2024-01-16T08:24:54.385 INFO:teuthology.orchestra.run.smithi160.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2024-01-16T08:24:54.389 INFO:teuthology.orchestra.run.smithi046.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2024-01-16T08:24:54.493 INFO:teuthology.orchestra.run.smithi160.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2024-01-16T08:24:54.494 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:24:54.495 INFO:teuthology.orchestra.run.smithi160.stdout:Total 32 MB/s | 50 MB 00:01 2024-01-16T08:24:54.539 INFO:teuthology.orchestra.run.smithi046.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 18 MB/s | 6.6 MB 00:00 2024-01-16T08:24:54.540 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:24:54.540 INFO:teuthology.orchestra.run.smithi046.stdout:Total 28 MB/s | 50 MB 00:01 2024-01-16T08:24:54.982 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-01-16T08:24:55.025 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-01-16T08:24:55.026 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-01-16T08:24:55.065 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-01-16T08:24:55.116 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-01-16T08:24:55.116 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-01-16T08:24:55.452 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-01-16T08:24:55.461 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-01-16T08:24:55.589 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-01-16T08:24:55.599 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-01-16T08:24:56.734 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-01-16T08:24:56.750 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-16T08:24:56.767 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:24:56.944 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-01-16T08:24:56.962 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-16T08:24:56.981 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:24:56.984 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:24:57.131 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:25:13.878 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:25:14.073 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-16T08:25:14.091 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-16T08:25:14.297 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-16T08:25:14.454 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-16T08:25:14.689 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-16T08:25:14.689 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-16T08:25:14.689 INFO:teuthology.orchestra.run.smithi160.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-16T08:25:14.689 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:25:15.499 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-16T08:25:16.786 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-16T08:25:16.970 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-16T08:25:16.993 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-16T08:25:17.212 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-16T08:25:17.213 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-16T08:25:17.410 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-16T08:25:17.454 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-16T08:25:17.606 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-16T08:25:17.607 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-16T08:25:17.607 INFO:teuthology.orchestra.run.smithi046.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-16T08:25:17.607 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:25:17.665 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-16T08:25:18.448 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-16T08:25:18.997 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-16T08:25:19.315 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-16T08:25:19.546 INFO:teuthology.orchestra.run.smithi160.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-16T08:25:19.887 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-16T08:25:20.301 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-16T08:25:20.535 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-16T08:25:20.588 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-16T08:25:20.748 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-16T08:25:21.302 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-16T08:25:21.496 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-16T08:25:21.697 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-16T08:25:21.895 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-16T08:25:22.014 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-16T08:25:22.027 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:22.027 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:22.147 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-16T08:25:22.357 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:22.481 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-16T08:25:22.564 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-16T08:25:22.564 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-16T08:25:22.745 INFO:teuthology.orchestra.run.smithi046.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-16T08:25:22.782 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-16T08:25:22.782 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-16T08:25:22.931 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-16T08:25:23.123 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-16T08:25:23.138 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-16T08:25:23.331 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-16T08:25:23.506 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-16T08:25:23.697 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-16T08:25:23.897 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-16T08:25:23.935 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-16T08:25:24.059 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-16T08:25:24.059 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:24.281 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:24.671 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-16T08:25:25.003 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-16T08:25:25.222 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-16T08:25:25.429 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-16T08:25:25.562 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-16T08:25:25.580 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:25.580 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:25.940 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-16T08:25:26.105 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-16T08:25:26.105 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-16T08:25:26.313 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-16T08:25:26.314 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-16T08:25:26.487 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-16T08:25:26.637 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-16T08:25:26.820 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-16T08:25:27.013 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-16T08:25:27.154 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-16T08:25:27.345 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-16T08:25:27.518 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-16T08:25:27.518 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:27.702 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:41.703 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-16T08:25:42.186 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-16T08:25:42.187 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-16T08:25:42.188 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-16T08:25:47.160 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-16T08:25:47.664 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-16T08:25:47.665 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-16T08:25:47.666 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-16T08:25:47.666 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-16T08:25:47.666 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-16T08:25:47.666 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-16T08:25:53.155 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-16T08:25:53.156 INFO:teuthology.orchestra.run.smithi160.stdout:Installed products updated. 2024-01-16T08:25:53.695 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:25:53.695 INFO:teuthology.orchestra.run.smithi160.stdout:Downgraded: 2024-01-16T08:25:53.695 INFO:teuthology.orchestra.run.smithi160.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-01-16T08:25:53.696 INFO:teuthology.orchestra.run.smithi160.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:25:53.697 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-01-16T08:25:53.885 DEBUG:teuthology.parallel:result is None 2024-01-16T08:25:58.161 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-16T08:25:58.161 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout:Downgraded: 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.753 INFO:teuthology.orchestra.run.smithi046.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T08:25:58.754 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:25:58.755 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-01-16T08:25:58.952 DEBUG:teuthology.parallel:result is None 2024-01-16T08:25:58.952 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-16T08:25:58.964 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-16T08:25:58.964 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:25:58.964 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:25:58.984 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-16T08:25:58.984 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-01-16T08:25:59.046 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T08:25:59.046 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:25:59.046 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 172865 Links: 1 2024-01-16T08:25:59.046 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:25:59.047 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:25:59.047 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:25:47.326039886 +0000 2024-01-16T08:25:59.047 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:23:55.454334050 +0000 2024-01-16T08:25:59.047 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:23:55.454334050 +0000 2024-01-16T08:25:59.047 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:25:59.047 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T08:25:59.119 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:25:59.120 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:25:59.120 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000162076 s, 3.2 MB/s 2024-01-16T08:25:59.121 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T08:25:59.184 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-01-16T08:25:59.245 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 174627 Links: 1 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:25:47.327039875 +0000 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:23:55.844329826 +0000 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:23:55.844329826 +0000 2024-01-16T08:25:59.246 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:25:59.246 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T08:25:59.318 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:25:59.318 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:25:59.318 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.00012099 s, 4.2 MB/s 2024-01-16T08:25:59.320 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T08:25:59.382 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-01-16T08:25:59.444 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 178420 Links: 1 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:25:47.327039875 +0000 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:23:56.210325861 +0000 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:23:56.210325861 +0000 2024-01-16T08:25:59.445 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:25:59.445 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T08:25:59.518 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:25:59.518 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:25:59.518 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000125827 s, 4.1 MB/s 2024-01-16T08:25:59.519 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T08:25:59.583 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-01-16T08:25:59.645 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 173003 Links: 1 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:25:47.327039875 +0000 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:23:56.592321724 +0000 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:23:56.592321724 +0000 2024-01-16T08:25:59.646 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:25:59.646 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T08:25:59.719 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:25:59.719 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:25:59.719 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000155985 s, 3.3 MB/s 2024-01-16T08:25:59.720 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T08:25:59.784 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:25:59.918 INFO:teuthology.orchestra.run.smithi046.stdout:loop 2024-01-16T08:25:59.920 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-01-16T08:25:59.920 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:25:59.963 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-16T08:26:00.005 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_11 2024-01-16T08:26:00.051 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-01-16T08:26:00.051 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:26:00.134 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-16T08:26:00.175 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_21 2024-01-16T08:26:00.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-01-16T08:26:00.218 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:26:00.300 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-16T08:26:00.341 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_31 2024-01-16T08:26:00.384 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-01-16T08:26:00.384 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:26:00.466 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-16T08:26:00.507 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_41 2024-01-16T08:26:00.550 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:26:00.550 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:26:00.614 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme list 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme0n1 PHMB7512009A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme1n1 8125860bfeb7e3d144f3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme2n1 122c560bd912181b6bff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme3n1 60c1c2b080ea4190fb66 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:00.685 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme4n1 d90607965724a3dacce0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:00.686 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T08:26:00.686 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:26:00.686 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-01-16T08:26:00.760 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:26:00.761 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:26:00.783 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-16T08:26:00.783 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-01-16T08:26:00.843 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 178185 Links: 1 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:25:41.901349408 +0000 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:23:20.228238884 +0000 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:23:20.228238884 +0000 2024-01-16T08:26:00.844 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:26:00.844 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T08:26:00.914 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:26:00.914 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:26:00.914 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000268901 s, 1.9 MB/s 2024-01-16T08:26:00.915 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T08:26:00.976 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-01-16T08:26:01.035 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 178253 Links: 1 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:25:41.901349408 +0000 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:23:20.565233912 +0000 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:23:20.565233912 +0000 2024-01-16T08:26:01.036 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:26:01.036 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T08:26:01.103 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:26:01.103 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:26:01.103 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000229256 s, 2.2 MB/s 2024-01-16T08:26:01.104 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T08:26:01.163 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 174822 Links: 1 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:25:41.901349408 +0000 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:23:20.925228601 +0000 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:23:20.925228601 +0000 2024-01-16T08:26:01.223 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:26:01.224 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T08:26:01.290 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:26:01.290 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:26:01.290 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000188971 s, 2.7 MB/s 2024-01-16T08:26:01.291 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T08:26:01.350 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 176549 Links: 1 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:25:41.901349408 +0000 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:23:21.265223585 +0000 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:23:21.265223585 +0000 2024-01-16T08:26:01.408 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:26:01.409 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T08:26:01.474 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:26:01.474 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:26:01.474 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000210628 s, 2.4 MB/s 2024-01-16T08:26:01.475 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T08:26:01.535 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:01.656 INFO:teuthology.orchestra.run.smithi160.stdout:loop 2024-01-16T08:26:01.657 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-01-16T08:26:01.658 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:01.693 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-01-16T08:26:01.729 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_11 2024-01-16T08:26:01.769 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-01-16T08:26:01.769 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:01.846 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-01-16T08:26:01.882 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_21 2024-01-16T08:26:01.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-01-16T08:26:01.921 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:02.001 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-01-16T08:26:02.037 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_31 2024-01-16T08:26:02.076 INFO:tasks.nvme_loop:Connecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-01-16T08:26:02.076 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:02.157 INFO:teuthology.orchestra.run.smithi160.stdout:1 2024-01-16T08:26:02.192 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/vg_nvme/lv_41 2024-01-16T08:26:02.232 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:26:02.232 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:26:02.289 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme list 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme0n1 CVFT623300JY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme1n1 6f8e12a3f0cecdb23790 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme2n1 d47abb73aa0075c8f604 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme3n1 1962cd0ac29e2674b597 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:02.355 INFO:teuthology.orchestra.run.smithi160.stdout:/dev/nvme4n1 5e33c1c4f31b2f0f5f4a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T08:26:02.356 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T08:26:02.356 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:26:02.356 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-01-16T08:26:02.423 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T08:26:02.500 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-16T08:26:02.500 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T08:26:02.501 INFO:tasks.cephadm:Cluster fsid is e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:02.501 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T08:26:02.501 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-16T08:26:02.501 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi046': '172.21.15.46', 'mon.smithi160': '172.21.15.160'} 2024-01-16T08:26:02.501 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T08:26:02.501 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-01-16T08:26:02.537 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-01-16T08:26:02.568 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-16T08:26:02.568 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:26:02.790 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 08:26 /home/ubuntu/cephtest/cephadm 2024-01-16T08:26:02.790 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:26:02.940 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 08:26 /home/ubuntu/cephtest/cephadm 2024-01-16T08:26:02.941 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T08:26:02.964 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T08:26:02.991 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-01-16T08:26:03.039 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-01-16T08:26:03.066 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-01-16T08:26:03.114 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-01-16T08:26:03.140 INFO:tasks.cephadm:Writing seed config... 2024-01-16T08:26:03.141 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T08:26:03.142 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-16T08:26:03.143 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:26:03.143 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T08:26:03.176 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 = e274c41a-b448-11ee-95ad-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-16T08:26:03.177 DEBUG:teuthology.orchestra.run.smithi046:mon.smithi046> sudo journalctl -f -n 0 -u ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service 2024-01-16T08:26:03.219 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T08:26:03.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid e274c41a-b448-11ee-95ad-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.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:26:03.254 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:-- Logs begin at Tue 2024-01-16 08:13:38 UTC. -- 2024-01-16T08:26:03.526 INFO:teuthology.orchestra.run.smithi046.stderr:-------------------------------------------------------------------------------- 2024-01-16T08:26:03.526 INFO:teuthology.orchestra.run.smithi046.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', 'e274c41a-b448-11ee-95ad-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.46', '--skip-admin-label'] 2024-01-16T08:26:04.467 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: 3.0.1 2024-01-16T08:26:04.483 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying podman|docker is present... 2024-01-16T08:26:04.540 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: 3.0.1 2024-01-16T08:26:04.558 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying lvm2 is present... 2024-01-16T08:26:04.559 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying time synchronization is in place... 2024-01-16T08:26:04.567 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T08:26:04.574 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:26:04.581 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-16T08:26:04.588 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2024-01-16T08:26:04.588 INFO:teuthology.orchestra.run.smithi046.stderr:Unit chronyd.service is enabled and running 2024-01-16T08:26:04.589 INFO:teuthology.orchestra.run.smithi046.stderr:Repeating the final host check... 2024-01-16T08:26:04.635 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: 3.0.1 2024-01-16T08:26:04.656 INFO:teuthology.orchestra.run.smithi046.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-16T08:26:04.657 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl is present 2024-01-16T08:26:04.657 INFO:teuthology.orchestra.run.smithi046.stderr:lvcreate is present 2024-01-16T08:26:04.663 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T08:26:04.670 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:26:04.677 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-16T08:26:04.683 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2024-01-16T08:26:04.684 INFO:teuthology.orchestra.run.smithi046.stderr:Unit chronyd.service is enabled and running 2024-01-16T08:26:04.684 INFO:teuthology.orchestra.run.smithi046.stderr:Host looks OK 2024-01-16T08:26:04.684 INFO:teuthology.orchestra.run.smithi046.stderr:Cluster fsid: e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:04.684 INFO:teuthology.orchestra.run.smithi046.stderr:Acquiring lock 139827488715160 on /run/cephadm/e274c41a-b448-11ee-95ad-87774f69a715.lock 2024-01-16T08:26:04.685 INFO:teuthology.orchestra.run.smithi046.stderr:Lock 139827488715160 acquired on /run/cephadm/e274c41a-b448-11ee-95ad-87774f69a715.lock 2024-01-16T08:26:04.685 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 3300 ... 2024-01-16T08:26:04.685 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 6789 ... 2024-01-16T08:26:04.685 INFO:teuthology.orchestra.run.smithi046.stderr:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-01-16T08:26:04.689 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-16T08:26:04.689 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 metric 100 2024-01-16T08:26:04.692 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-16T08:26:04.692 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-16T08:26:04.693 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1778sec hoplimit 64 pref medium 2024-01-16T08:26:04.695 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-16T08:26:04.695 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-16T08:26:04.696 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T08:26:04.696 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-16T08:26:04.696 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15f8/64 scope link 2024-01-16T08:26:04.696 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T08:26:04.697 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-01-16T08:26:04.697 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-01-16T08:26:04.697 INFO:teuthology.orchestra.run.smithi046.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-16T08:26:04.698 INFO:teuthology.orchestra.run.smithi046.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-16T08:26:04.698 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T08:26:04.774 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T08:26:04.858 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Getting image source signatures 2024-01-16T08:26:04.982 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-16T08:26:05.032 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-16T08:26:19.947 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T08:26:19.997 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Writing manifest to image destination 2024-01-16T08:26:19.997 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: Storing signatures 2024-01-16T08:26:30.791 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T08:26:31.394 INFO:teuthology.orchestra.run.smithi046.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T08:26:42.295 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T08:26:42.296 INFO:teuthology.orchestra.run.smithi046.stderr:Extracting ceph user uid/gid from container image... 2024-01-16T08:26:42.703 INFO:teuthology.orchestra.run.smithi046.stderr:stat: 167 167 2024-01-16T08:26:43.110 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial keys... 2024-01-16T08:26:43.553 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQDDPaZlLszyHxAAfykqmPi4vyIJkQ8ObEo8Cg== 2024-01-16T08:26:44.378 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQDEPaZlWdunFhAAFnTjPkJcp5KW3EDwSuck8A== 2024-01-16T08:26:45.453 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQDFPaZlAIciGBAAKOq+Qk/UXxoMElQnWWAc3A== 2024-01-16T08:26:45.897 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial monmap... 2024-01-16T08:26:46.369 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T08:26:46.370 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:46.370 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T08:26:46.806 INFO:teuthology.orchestra.run.smithi046.stderr:monmaptool for smithi046 [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T08:26:46.806 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: set fsid to e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:46.806 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T08:26:46.806 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:26:46.806 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mon... 2024-01-16T08:26:47.269 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.242+0000 7f90d975e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T08:26:47.269 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.242+0000 7f90d975e880 1 imported monmap: 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: fsid e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: last_changed 2024-01-16T08:26:46.361143+0000 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: created 2024-01-16T08:26:46.361143+0000 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.242+0000 7f90d975e880 0 /usr/bin/ceph-mon: set fsid to e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T08:26:47.270 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: DB SUMMARY 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 0, files: 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.create_if_missing: 1 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.env: 0x55e6481f5080 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.fs: Posix File System 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.info_log: 0x55e649269380 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.statistics: (nil) 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.use_fsync: 0 2024-01-16T08:26:47.271 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.db_log_dir: 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T08:26:47.272 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.write_buffer_manager: 0x55e64926f980 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T08:26:47.273 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.unordered_write: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.row_cache: None 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.wal_filter: None 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T08:26:47.274 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T08:26:47.275 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.max_open_files: -1 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Compression algorithms supported: 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kZSTD supported: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T08:26:47.276 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.243+0000 7f90d975e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000001 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.merge_operator: 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_filter: None 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e649179d30) 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-16T08:26:47.277 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache: 0x55e6491b2d10 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-16T08:26:47.278 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-16T08:26:47.279 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression: NoCompression 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.num_levels: 7 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T08:26:47.280 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T08:26:47.281 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T08:26:47.282 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T08:26:47.283 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.ttl: 2592000 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.244+0000 7f90d975e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.245+0000 7f90d975e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.245+0000 7f90d975e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T08:26:47.284 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.246+0000 7f90d975e880 4 rocksdb: DB pointer 0x55e64927d800 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.246+0000 7f90c25d4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.246+0000 7f90c25d4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.285 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.286 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:47.287 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.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-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.247+0000 7f90d975e880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.247+0000 7f90d975e880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-16T08:26:47.288 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:26:47.248+0000 7f90d975e880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi046 for mon.smithi046 2024-01-16T08:26:47.811 INFO:teuthology.orchestra.run.smithi046.stderr:create mon.smithi046 on 2024-01-16T08:26:47.936 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T08:26:48.050 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target. 2024-01-16T08:26:48.050 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target. 2024-01-16T08:26:48.289 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service: Unit ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service not loaded. 2024-01-16T08:26:48.296 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target.wants/ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service → /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715@.service. 2024-01-16T08:26:48.402 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:48 smithi046 systemd[1]: Starting Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715... 2024-01-16T08:26:48.996 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: disabled 2024-01-16T08:26:49.005 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:26:49.006 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld.service is not enabled 2024-01-16T08:26:49.006 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T08:26:49.006 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon to start... 2024-01-16T08:26:49.006 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon... 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:48 smithi046 bash[34343]: f3d3d5dae18d1382c245022063caa7d653c1e6a7192a443a7695bf4bf953a4e6 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:48 smithi046 systemd[1]: Started Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715. 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:49 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.019335+0000 mon.smithi046 (mon.0) 0 : [INF] mkfs e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:49 smithi046 conmon[34384]: 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:49 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.002416+0000 mon.smithi046 (mon. 2024-01-16T08:26:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:49 smithi046 conmon[34384]: 0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: cluster: 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: id: e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: services: 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi046 (age 0.563509s) 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: data: 2024-01-16T08:26:49.578 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-16T08:26:49.579 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-16T08:26:49.579 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-16T08:26:49.579 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pgs: 2024-01-16T08:26:49.579 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:50.221 INFO:teuthology.orchestra.run.smithi046.stderr:mon is available 2024-01-16T08:26:50.221 INFO:teuthology.orchestra.run.smithi046.stderr:Assimilating anything we can from ceph.conf... 2024-01-16T08:26:50.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.018199+0000 mon.smithi046 (mon.0 2024-01-16T08:26:50.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: ) 2 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-16T08:26:50.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.018437+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2024-01-16T08:26:50.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.021015+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T08:26:50.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.023106+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T08:26:50.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: cluster 2024-01-16T08:26:49.023553+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T08:26:50.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:50 smithi046 conmon[34384]: audit 2024-01-16T08:26:49.581662+0000 mon.smithi046 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.46:0/2436377761' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T08:26:50.864 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:50.864 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2024-01-16T08:26:50.864 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:50.864 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T08:26:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T08:26:51.337 INFO:teuthology.orchestra.run.smithi046.stderr:Generating new minimal ceph.conf... 2024-01-16T08:26:51.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:51 smithi046 conmon[34384]: audit 2024-01-16T08:26:50.865693+0000 mon.smithi046 (mon.0) 8 : audit [INF] from='client.? 172.21.15.46:0/1505339069' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T08:26:51.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:51 smithi046 conmon[34384]: 2024-01-16T08:26:51.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:51 smithi046 conmon[34384]: audit 2024-01-16T08:26:50.868446+0000 mon.smithi046 (mon.0) 9 : audit [INF] from='client.? 172.21.15.46:0/1505339069' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T08:26:52.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 conmon[34384]: audit 2024-01-16T08:26:51.920591+0000 mon.smithi046 (mon. 2024-01-16T08:26:52.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 conmon[34384]: 0) 10 : audit [DBG] from='client.? 172.21.15.46:0/166074807' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:26:52.455 INFO:teuthology.orchestra.run.smithi046.stderr:Restarting the monitor... 2024-01-16T08:26:52.779 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715... 2024-01-16T08:26:52.779 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 bash[34888]: Error: no container with name or ID ceph-e274c41a-b448-11ee-95ad-87774f69a715-mon.smithi046 found: no such container 2024-01-16T08:26:52.779 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 conmon[34384]: debug 2024-01-16T08:26:52.783+0000 7f03cae7f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi046 -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-16T08:26:53.121 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:52 smithi046 conmon[34384]: debug 2024-01-16T08:26:52.783+0000 7f03cae7f700 -1 mon.smithi046@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T08:26:53.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:53 smithi046 bash[35003]: f3d3d5dae18d1382c245022063caa7d653c1e6a7192a443a7695bf4bf953a4e6 2024-01-16T08:26:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:53 smithi046 systemd[1]: ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service: Succeeded. 2024-01-16T08:26:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:53 smithi046 systemd[1]: Stopped Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715. 2024-01-16T08:26:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:53 smithi046 systemd[1]: Starting Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715... 2024-01-16T08:26:54.233 INFO:teuthology.orchestra.run.smithi046.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-16T08:26:54.470 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.196+0000 7fc304b65880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T08:26:54.471 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.196+0000 7fc304b65880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T08:26:54.471 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.196+0000 7fc304b65880 0 pidfile_write: ignore empty --pid-file 2024-01-16T08:26:54.471 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.202+0000 7fc304b65880 0 load: jerasure load: lrc load: isa 2024-01-16T08:26:54.471 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T08:26:54.471 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: DB SUMMARY 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T08:26:54.472 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 000006.log size: 86505 ; 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.env: 0x5615c53d5080 2024-01-16T08:26:54.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.fs: Posix File System 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.info_log: 0x5615c74dfd20 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.statistics: (nil) 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.use_fsync: 0 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T08:26:54.475 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T08:26:54.476 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.db_log_dir: 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2024-01-16T08:26:54.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T08:26:54.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.write_buffer_manager: 0x5615c8136480 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T08:26:54.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T08:26:54.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.unordered_write: 0 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T08:26:54.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.row_cache: None 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.wal_filter: None 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T08:26:54.482 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T08:26:54.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T08:26:54.484 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_open_files: -1 2024-01-16T08:26:54.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Compression algorithms supported: 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T08:26:54.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kZSTD supported: 0 2024-01-16T08:26:54.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T08:26:54.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T08:26:54.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T08:26:54.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T08:26:54.488 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T08:26:54.488 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T08:26:54.488 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T08:26:54.488 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000005 2024-01-16T08:26:54.488 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.merge_operator: 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_filter: None 2024-01-16T08:26:54.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5615c7489d28) 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cache_index_and_filter_blocks: 1 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T08:26:54.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: pin_top_level_index_and_filter: 1 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: index_type: 0 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: data_block_index_type: 0 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: index_shortening: 1 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T08:26:54.491 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: hash_index_allow_collision: 1 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: checksum: 1 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: no_block_cache: 0 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_cache: 0x5615c74c2f10 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_cache_name: BinnedLRUCache 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_cache_options: 2024-01-16T08:26:54.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: capacity : 536870912 2024-01-16T08:26:54.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: num_shard_bits : 4 2024-01-16T08:26:54.494 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: strict_capacity_limit : 0 2024-01-16T08:26:54.494 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: high_pri_pool_ratio: 0.000 2024-01-16T08:26:54.494 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_cache_compressed: (nil) 2024-01-16T08:26:54.494 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: persistent_cache: (nil) 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_size: 4096 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_size_deviation: 10 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_restart_interval: 16 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: index_block_restart_interval: 1 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: metadata_block_size: 4096 2024-01-16T08:26:54.495 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: partition_filters: 0 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: use_delta_encoding: 1 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: whole_key_filtering: 1 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: verify_compression: 0 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: read_amp_bytes_per_bit: 0 2024-01-16T08:26:54.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: format_version: 2 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: enable_index_compression: 1 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: block_align: 0 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T08:26:54.497 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression: NoCompression 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.num_levels: 7 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T08:26:54.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T08:26:54.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:26:54.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T08:26:54.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T08:26:54.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T08:26:54.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T08:26:54.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T08:26:54.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T08:26:54.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T08:26:54.503 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.ttl: 2592000 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.203+0000 7fc304b65880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T08:26:54.504 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.204+0000 7fc304b65880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.204+0000 7fc304b65880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.204+0000 7fc304b65880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705393614205626, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.204+0000 7fc304b65880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.205+0000 7fc304b65880 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-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.206+0000 7fc304b65880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705393614207194, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83378, "table_properties": {"data_size": 81645, "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": 76157, "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": 1705393614, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.206+0000 7fc304b65880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.207+0000 7fc304b65880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705393614207976, "job": 1, "event": "recovery_finished"} 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.208+0000 7fc304b65880 4 rocksdb: DB pointer 0x5615c758d800 2024-01-16T08:26:54.505 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.208+0000 7fc2eb95a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T08:26:54.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.208+0000 7fc2eb95a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T08:26:54.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** DB Stats ** 2024-01-16T08:26:54.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:54.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** Compaction Stats [default] ** 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** Compaction Stats [default] ** 2024-01-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.509 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Cumulative compaction: 0.00 GB write, 15.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Interval compaction: 0.00 GB write, 15.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** Compaction Stats [default] ** 2024-01-16T08:26:54.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** Compaction Stats [default] ** 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.2 0.00 0.00 1 0.001 0 0 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:26:54.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: Cumulative compaction: 0.00 GB write, 15.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.209+0000 7fc304b65880 0 starting mon.smithi046 rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi046 fsid e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.211+0000 7fc304b65880 1 mon.smithi046@-1(???) e1 preinit fsid e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.211+0000 7fc304b65880 0 mon.smithi046@-1(???).mds e1 new map 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.211+0000 7fc304b65880 0 mon.smithi046@-1(???).mds e1 print_map 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: e1 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T08:26:54.512 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 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-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: legacy client fscid: -1 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: No filesystems configured 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.212+0000 7fc304b65880 0 mon.smithi046@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.212+0000 7fc304b65880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.212+0000 7fc304b65880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.212+0000 7fc304b65880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: audit 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 2024-01-16T08 2024-01-16T08:26:54.513 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: :26:51.920591+0000 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: mon.smithi046 (mon.0) 10 : audit 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: [DBG] from='client.? 172.21.15.46:0/166074807' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: debug 2024-01-16T08:26:54.212+0000 7fc304b65880 1 mon.smithi046@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 bash[35335]: 88da377ac141a0659a97acd202360a600a887ec2f369f3e5016695cbfd54e316 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 systemd[1]: Started Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715. 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cluster 2024-01-16T08:26:54.230418+0000 mon.smithi046 (mon 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: .0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cluster 2024-01-16T08:26:54.230471+0000 mon.smithi046 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cluster 2024-01-16T08:26:54.230919+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cluster 2024-01-16T08:26:54.230954+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: cluster 2024- 2024-01-16T08:26:54.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:54 smithi046 conmon[35376]: 01-16T08:26:54.231299+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T08:26:55.454 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-16T08:26:55.455 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:26:55.455 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mgr... 2024-01-16T08:26:55.455 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying port 9283 ... 2024-01-16T08:26:55.609 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-e274c41a-b448-11ee-95ad-87774f69a715@mgr.smithi046.mmaeer.service: Unit ceph-e274c41a-b448-11ee-95ad-87774f69a715@mgr.smithi046.mmaeer.service not loaded. 2024-01-16T08:26:55.616 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715.target.wants/ceph-e274c41a-b448-11ee-95ad-87774f69a715@mgr.smithi046.mmaeer.service → /etc/systemd/system/ceph-e274c41a-b448-11ee-95ad-87774f69a715@.service. 2024-01-16T08:26:56.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:55 smithi046 conmon[35376]: audit 2024-01-16T08:26:54.805540+0000 mon.smithi046 (mon 2024-01-16T08:26:56.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:55 smithi046 conmon[35376]: .0) 6 : audit [INF] from='client.? 172.21.15.46:0/624989819' entity='client.admin' 2024-01-16T08:26:56.345 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: disabled 2024-01-16T08:26:56.354 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:26:56.356 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld.service is not enabled 2024-01-16T08:26:56.356 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T08:26:56.365 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: disabled 2024-01-16T08:26:56.374 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:26:56.376 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld.service is not enabled 2024-01-16T08:26:56.376 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-16T08:26:56.376 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr to start... 2024-01-16T08:26:56.376 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr... 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "e274c41a-b448-11ee-95ad-87774f69a715", 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:26:56.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-16T08:26:56.929 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:26:56.929 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:26:56.929 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:26:56.930 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:26:56.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:26:56.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:26:56.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:26:56.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:26:56.934 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:26:56.934 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:26:56.934 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:26:56.934 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:26:56.935 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:26:56.936 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:26:49.019876+0000", 2024-01-16T08:26:56.937 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:26:56.937 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:26:56.937 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:26:56.937 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:26:57.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:56 smithi046 conmon[35376]: audit 2024-01-16T08:26:56.931487+0000 mon.smithi046 (mon.0 2024-01-16T08:26:57.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:26:56 smithi046 conmon[35376]: ) 7 : audit [DBG] from='client.? 172.21.15.46:0/765534371' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:26:57.498 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (1/15)... 2024-01-16T08:27:00.131 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "e274c41a-b448-11ee-95ad-87774f69a715", 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:27:00.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:27:00.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:27:00.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:00.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:26:49.019876+0000", 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:27:00.136 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:00 smithi046 conmon[35376]: audit 2024-01-16T08:27:00.130879+0000 mon.smithi046 (mon 2024-01-16T08:27:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:00 smithi046 conmon[35376]: .0) 8 : audit [DBG] from='client.? 172.21.15.46:0/2545892878' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:27:00.669 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (2/15)... 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: cluster 2024-01-16T08:27:02.441780+0000 mon.smithi046 (mon.0) 9 : 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: cluster [INF] Activating manager daemon smithi046.mmaeer 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: cluster 2024-01-16T08:27:02.444587+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi046.mmaeer(active, starting, since 0.00292508s) 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 27:02.445568+0000 mon.smithi046 (mon 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: .0) 11 : audit [DBG] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 16T08:27:02.445740 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 12 2024-01-16T08:27:02.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: : audit [DBG] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 01-16T08:27:02. 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 445969+0000 mon.smithi046 (mon.0) 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 13 : audit [DBG] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -01-16T08:27:02. 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 446178+0000 mon.smithi046 (mon.0) 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 14 : audit [DBG] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -01-16T08:27:02.446568 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 15 : audit [DBG] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi046.mmaeer", "id": "smithi046.mmaeer"}]: dispatch 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: cluster 2024 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -01-16T08:27:02 2024-01-16T08:27:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: .461362+0000 mon.smithi046 (mon.0) 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 16 : cluster [INF] Manager daemon smithi046.mmaeer is now available 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -01-16T08:27:02 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: .471697+0000 mon.smithi046 (mon. 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 0) 17 : audit [INF] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -01-16T08:27: 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 02.478618+0000 mon.smithi046 (mon. 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 01-16T08:27: 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 02.482182+0000 mon.smithi046 (mon. 2024-01-16T08:27:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 0) 19 : audit [INF] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/trash_purge_schedule"}]: dispatch 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: 16T08:27:02.484620+0000 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: mon.smithi046 (mon.0) 20 : 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit [INF] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: -16T08:27:02.486545 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 21 2024-01-16T08:27:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:02 smithi046 conmon[35376]: : audit [INF] from='mgr.14100 172.21.15.46:0/238080932' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:03.213 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "e274c41a-b448-11ee-95ad-87774f69a715", 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:27:03.214 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:27:03.215 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:27:03.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:27:03.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:26:49.019876+0000", 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:27:03.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:03.769 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (3/15)... 2024-01-16T08:27:03.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:03 smithi046 conmon[35376]: audit 2024-01-16T08:27:03.216690+0000 mon.smithi046 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.46:0/1914599600' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:27:03.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:03 smithi046 conmon[35376]: cluster 2024-01-16T08:27:03.448233+0000 mon.smithi046 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi046.mmaeer(active, since 1.00657s) 2024-01-16T08:27:06.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:06 smithi046 conmon[35376]: cluster 2024-01-16T08:27:05.221557+0000 mon.smithi046 (mon.0 2024-01-16T08:27:06.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:06 smithi046 conmon[35376]: ) 24 : cluster [DBG] mgrmap e4: smithi046.mmaeer(active, since 2s) 2024-01-16T08:27:06.489 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:06.489 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:06.489 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "e274c41a-b448-11ee-95ad-87774f69a715", 2024-01-16T08:27:06.489 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:27:06.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:27:06.491 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:27:06.492 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:26:49.019876+0000", 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-16T08:27:06.493 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:27:06.494 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:07.060 INFO:teuthology.orchestra.run.smithi046.stderr:mgr is available 2024-01-16T08:27:07.330 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:07 smithi046 conmon[35376]: audit 2024-01-16T08:27:06.489094+0000 mon.smithi046 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.46:0/81103793' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T08:27:07.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T08:27:07.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T08:27:08.335 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling cephadm module... 2024-01-16T08:27:08.569 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:08 smithi046 conmon[35376]: audit 2024-01-16T08:27:07.758078+0000 mon.smithi046 (mon. 2024-01-16T08:27:08.569 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:08 smithi046 conmon[35376]: 0) 26 : audit [INF] from='client.? 172.21.15.46:0/2646488935' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T08:27:09.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:09 smithi046 conmon[35376]: audit 2024-01-16T08:27:09.068962+0000 mon.smithi046 (mon. 2024-01-16T08:27:09.493 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:09 smithi046 conmon[35376]: 0) 27 : audit [INF] from='client.? 172.21.15.46:0/1250117746' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T08:27:10.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:10 smithi046 conmon[35376]: audit 2024-01-16T08:27:09.225715+0000 mon.smithi046 (mon.0) 28 : audit [INF] from='client.? 172.21.15.46:0/1250117746' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T08:27:10.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:10 smithi046 conmon[35376]: cluster 2024-01-16T08:27:09.225798+0000 mon.smithi046 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi046.mmaeer(active, since 6s) 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.mmaeer", 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T08:27:10.546 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:11.176 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2024-01-16T08:27:11.177 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 5... 2024-01-16T08:27:11.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:11 smithi046 conmon[35376]: audit 2024-01-16T08:27:10 2024-01-16T08:27:11.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:11 smithi046 conmon[35376]: .550949+0000 mon.smithi046 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.46:0/806800381' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T08:27:15.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster 2024-01-16T08:27:15.336674+0000 mon.smithi046 (mon.0) 31 : cluster [INF] Active manager daemon smithi046.mmaeer restarted 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster 2024-01-16T08:27:15.336920+0000 mon.smithi046 (mon.0) 32 : cluster [INF] Activating manager daemon smithi046.mmaeer 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster 2024-01-16T08:27:15.339713+0000 mon.smithi046 (mon.0) 33 : 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster 2024-01-16T08:27:15.339826+0000 mon.smithi046 (mon.0) 34 : 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster [DBG] mgrmap e6: smithi046.mmaeer(active, starting, since 0.00299416s) 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16T08:27:15 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: .340974+0000 mon.smithi046 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: 2024-01-16T08:27:15.341636+0000 mon.smithi046 (mon.0) 36 : audit 2024-01-16T08:27:15.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi046.mmaeer", "id": "smithi046.mmaeer"}]: dispatch 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: T08:27:15.342608+0000 mon.smithi046 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.342897+0000 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: mon.smithi046 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.343147+0000 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: mon.smithi046 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: cluster 2024-01-16T08:27:15.357274+0000 mon.smithi046 (mon.0) 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: 40 : cluster [INF] Manager daemon smithi046.mmaeer is now available 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:27:15.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:15 smithi046 conmon[35376]: T08:27:15.371214+0000 mon.smithi046 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:16.343 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:16.343 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-16T08:27:16.344 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T08:27:16.344 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:16.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:15.368378+0000 mgr.smithi046.mmaeer (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.470319+0000 mon.smithi046 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.471430+0000 mon.smithi046 (mon.0) 43 : audit 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.472571+0000 mon.smithi046 (mon.0) 44 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27: 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: 15.474351+0000 mon.smithi046 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: 2024-01-16T08:27:15.491957+0000 mon.smithi046 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: audit 2024-01-16T08:27:15.494534+0000 mon.smithi046 ( 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/trash_purge_schedule"}]: dispatch 2024-01-16T08:27:16.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: cluster 2024 2024-01-16T08:27:16.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:16 smithi046 conmon[35376]: -01-16T08:27:16.342625+0000 mon.smithi046 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi046.mmaeer(active, since 1.00579s) 2024-01-16T08:27:16.909 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 5 is available 2024-01-16T08:27:16.909 INFO:teuthology.orchestra.run.smithi046.stderr:Setting orchestrator backend to cephadm... 2024-01-16T08:27:17.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:17 smithi046 conmon[35376]: audit 2024-01-16T08:27:16.341917+0000 mgr.smithi046.mmaeer (mgr.14118) 2 : audit [DBG] 2024-01-16T08:27:17.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:17 smithi046 conmon[35376]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T08:27:17.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:17 smithi046 conmon[35376]: audit 2024-01-16T08:27:16.348744+0000 mgr.smithi046.mmaeer (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T08:27:18.877 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: value unchanged 2024-01-16T08:27:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:18 smithi046 conmon[35376]: cluster 2024-01-16T08:27:17.472840+0000 mon.smithi046 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi046.mmaeer(active, since 2s) 2024-01-16T08:27:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:18 smithi046 conmon[35376]: audit 2024-01-16T08:27:17.618380+0000 mgr.smithi046.mmaeer (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:18.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:18 smithi046 conmon[35376]: audit 2024-01-16T08:27:17.622561+0000 mon.smithi046 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:18.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:18 smithi046 conmon[35376]: audit 2024-01-16T08:27:17.649470+0000 mon.smithi046 2024-01-16T08:27:18.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:18 smithi046 conmon[35376]: (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:19.359 INFO:teuthology.orchestra.run.smithi046.stderr:Generating ssh key... 2024-01-16T08:27:20.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:20 smithi046 conmon[35376]: audit 2024-01-16T08:27:18.882590+0000 mgr.smithi046.mmaeer (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:21.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: audit 2024-01-16T08:27:20.090170+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:27:21.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: 14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:21.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:20.090418+0000 mgr.smithi046.mmaeer (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-01-16T08:27:21.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: audit 2024-01-16T08:27:21.008908+0000 mon.smithi046 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:21.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: audit 2024-01-16T08:27:21.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:21 smithi046 conmon[35376]: 2024-01-16T08:27:21.010693+0000 mon.smithi046 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:22.232 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDk8T8oeBLeKYsRiyI4u1+ihss6yZPlCvna0gNGe5qHe11l78UMLch8zxY6jjuHjBenosxx+LYU5eFs/CeW9Oh4SovKyK+AjYdAtrf362xCh0+uoMgxuSHF5d+UyEiYupiVeE/MQMtiq8rzc6XQRg40TfentAIeVdOLYp0wz61qLBWSU4f+n3uORqqEir39/bWv/Z4PtbYAjisfHnhZmkDkbuDxiPTrrNoFtgZvWlrl0ok9wGAZ5kJjnn/+eQzqZtByRbJ3grxbFcYIePjaLEKOvnbLzxXMJsFZNK8x2DVp8mMF8Tgw+/MNU7gwEA6mwOB1DyaESdk5MQGP84bbAHaqi4Qnw/1jgxClSStGfvhJ9GJwJ/zc0CJtVeZ/6HbguhgZqOsuOi0EUKZgBOrjfH3irlBC7pTQvv4n28ILtMSTGBBoOgnoTAounYQsCJModX509a54QCHGab3Lbe4USuPoo2oyNleyLVHb+VU93oC8vwgDC1tdNeSARdV2qJdZ8Ok= ceph-e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:27:22.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:22 smithi046 conmon[35376]: audit 2024-01-16T08:27:22.237673+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:27:22.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:22 smithi046 conmon[35376]: 14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:22.792 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-16T08:27:22.793 INFO:teuthology.orchestra.run.smithi046.stderr:Adding key to root@localhost authorized_keys... 2024-01-16T08:27:22.794 INFO:teuthology.orchestra.run.smithi046.stderr:Adding host smithi046... 2024-01-16T08:27:24.173 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Added host 'smithi046' with addr '172.21.15.46' 2024-01-16T08:27:24.758 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mon service with default placement... 2024-01-16T08:27:25.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:25 smithi046 conmon[35376]: audit 2024-01-16T08:27:23.485882+0000 mgr.smithi046.mmaeer (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:25.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:25 smithi046 conmon[35376]: audit 2024-01-16T08:27:24.177368+0000 mon.smithi046 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:25.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:25 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:24.177754+0000 mgr.smithi046.mmaeer (mgr.14118) 10 : cephadm [INF] Added host smithi046 2024-01-16T08:27:25.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:25 smithi046 conmon[35376]: audit 2024-01-16T08:27:24.226642+0000 mon.smithi046 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:25.531 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-16T08:27:26.233 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mgr service with default placement... 2024-01-16T08:27:26.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:26 smithi046 conmon[35376]: audit 2024-01-16T08:27:25.533163+0000 mgr.smithi046.mmaeer (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:26.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:26 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:26.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:26 smithi046 conmon[35376]: 2024-01-16T08:27:25.534473+0000 mgr.smithi046.mmaeer (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-16T08:27:26.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:26 smithi046 conmon[35376]: audit 2024-01-16T08:27:25.536754+0000 mon.smithi046 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:27.324 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-16T08:27:27.858 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying crash service with default placement... 2024-01-16T08:27:28.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:27 smithi046 conmon[35376]: audit 2024-01-16T08:27:26.747016+0000 mon.smithi046 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:28.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:27 smithi046 conmon[35376]: audit 2024-01-16T08:27:27.047893+0000 mon.smithi046 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:28.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:27 smithi046 conmon[35376]: audit 2024-01-16T08:27:27.329125+0000 mon.smithi046 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:28.677 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-16T08:27:29.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:28 smithi046 conmon[35376]: audit 2024-01-16T08:27:27.325715+0000 mgr.smithi046.mmaeer 2024-01-16T08:27:29.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:28 smithi046 conmon[35376]: (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:29.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:28 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:27.326674+0000 mgr.smithi046.mmaeer (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-16T08:27:29.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:28 smithi046 conmon[35376]: audit 2024-01-16T08:27:28.446431+0000 mon.smithi046 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:29.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:28 smithi046 conmon[35376]: audit 2024-01-16T08:27:28.682674+0000 mon.smithi046 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:29.241 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying prometheus service with default placement... 2024-01-16T08:27:30.052 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-16T08:27:30.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:30 smithi046 conmon[35376]: audit 2024-01-16T08:27:28.679242+0000 mgr.smithi046.mmaeer (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:30.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:30 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:28.680321+0000 mgr.smithi046.mmaeer (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-16T08:27:30.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:30 smithi046 conmon[35376]: audit 2024-01-16T08:27:30.057273+0000 mon.smithi046 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:30.857 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying grafana service with default placement... 2024-01-16T08:27:31.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:31 smithi046 conmon[35376]: audit 2024-01-16T08:27:30.054071+0000 2024-01-16T08:27:31.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:31 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:31.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:31 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:30.054989+0000 mgr.smithi046.mmaeer 2024-01-16T08:27:31.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:31 smithi046 conmon[35376]: (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-16T08:27:31.580 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-16T08:27:32.158 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying node-exporter service with default placement... 2024-01-16T08:27:32.824 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-16T08:27:32.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:32 smithi046 conmon[35376]: audit 2024-01-16T08:27:31.581811+0000 mgr.smithi046.mmaeer (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:32.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:32 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:31.582756+0000 mgr.smithi046.mmaeer (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-16T08:27:32.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:32 smithi046 conmon[35376]: audit 2024-01-16T08:27:31.585113+0000 mon.smithi046 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:33.499 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying alertmanager service with default placement... 2024-01-16T08:27:34.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:33 smithi046 conmon[35376]: audit 2024-01-16T08:27:32.826486+0000 mgr.smithi046.mmaeer (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:34.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:33 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:34.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:33 smithi046 conmon[35376]: 2024-01-16T08:27:32.827464+0000 mgr.smithi046.mmaeer (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-16T08:27:34.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:33 smithi046 conmon[35376]: audit 2024-01-16T08:27:32.829893+0000 mon.smithi046 (mon. 2024-01-16T08:27:34.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:33 smithi046 conmon[35376]: 0) 64 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:34.249 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-16T08:27:35.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:35 smithi046 conmon[35376]: audit 2024-01-16T08:27:34.251000+0000 mgr.smithi046.mmaeer (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:35.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:35 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:34.251937+0000 mgr.smithi046.mmaeer (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-16T08:27:35.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:35 smithi046 conmon[35376]: audit 2024-01-16T08:27:34.253963+0000 mon.smithi046 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.46:0/1450334685' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:36.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:36 smithi046 conmon[35376]: cluster 2024-01-16T08:27:35.343851+0000 mgr.smithi046.mmaeer (mgr.14118) 2024-01-16T08:27:36.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:36 smithi046 conmon[35376]: 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:27:36.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:36 smithi046 conmon[35376]: audit 2024-01-16T08:27:35.478228+0000 mon.smithi046 (mon.0) 66 : audit [INF] from='client.? 172.21.15.46:0/3209398837' entity='client.admin' 2024-01-16T08:27:37.382 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling the dashboard module... 2024-01-16T08:27:38.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:37 smithi046 conmon[35376]: audit 2024-01-16T08:27:36.766041+0000 mon.smithi046 (mon.0) 2024-01-16T08:27:38.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:37 smithi046 conmon[35376]: 67 : audit [INF] from='client.? 172.21.15.46:0/3843518824' entity='client.admin' 2024-01-16T08:27:39.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:38 smithi046 conmon[35376]: cluster 2024-01-16T08:27:37.344228+0000 mgr.smithi046.mmaeer (mgr.14118) 26 : 2024-01-16T08:27:39.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:38 smithi046 conmon[35376]: cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:27:39.043 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:38 smithi046 conmon[35376]: audit 2024-01-16T08:27:38.129225+0000 mon.smithi046 (mon.0) 68 : audit [INF] from='client.? 172.21.15.46:0/460833524' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T08:27:40.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:39 smithi046 conmon[35376]: audit 2024-01-16T08:27:38.773002+0000 mon.smithi046 (mon.0) 69 2024-01-16T08:27:40.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:39 smithi046 conmon[35376]: : audit [INF] from='client.? 172.21.15.46:0/460833524' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T08:27:40.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:39 smithi046 conmon[35376]: cluster 2024-01-16T08:27:38.773096+0000 mon.smithi046 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi046.mmaeer(active, since 23s) 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.mmaeer", 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T08:27:40.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:40.735 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2024-01-16T08:27:40.735 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 9... 2024-01-16T08:27:40.987 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:40 smithi046 conmon[35376]: audit 2024-01-16T08:27:40.155013+0000 mon.smithi046 (mon.0) 71 : 2024-01-16T08:27:40.987 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:40 smithi046 conmon[35376]: audit [DBG] from='client.? 172.21.15.46:0/84770496' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T08:27:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: cluster 2024-01-16T08:27:44.903737+0000 mon.smithi046 (mon.0) 72 : cluster [INF] Active manager daemon smithi046.mmaeer restarted 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: cluster 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: 2024-01-16T08:27:44.903977+0000 mon.smithi046 (mon.0) 73 : cluster [INF] Activating manager daemon smithi046.mmaeer 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: cluster 2024-01-16T08:27:44.907113+0000 mon.smithi046 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: cluster 2024-01-16T08:27:44.907237+0000 mon.smithi046 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi046.mmaeer(active, starting, since 0.00335788s) 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:44.908343+0000 mon.smithi046 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:44.909023+0000 mon.smithi046 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi046.mmaeer", "id": "smithi046.mmaeer"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:44.909777+0000 mon.smithi046 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:44.910000+0000 mon.smithi046 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:44.910166+0000 mon.smithi046 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: cluster 2024-01-16T08:27:44.925332+0000 mon.smithi046 (mon.0) 81 : cluster [INF] Manager daemon smithi046.mmaeer is now available 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.034893+0000 mon.smithi046 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:45.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.036485+0000 mon.smithi046 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:27:45.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.065153+0000 mon.smithi046 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:27:45.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:45 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.067608+0000 mon.smithi046 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/trash_purge_schedule"}]: dispatch 2024-01-16T08:27:45.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-16T08:27:45.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-16T08:27:45.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T08:27:45.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-16T08:27:46.689 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 9 is available 2024-01-16T08:27:46.689 INFO:teuthology.orchestra.run.smithi046.stderr:Generating a dashboard self-signed certificate... 2024-01-16T08:27:46.957 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:46 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.908575+0000 mgr.smithi046.mmaeer (mgr.14158) 1 : audit 2024-01-16T08:27:46.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:46 smithi046 conmon[35376]: [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T08:27:46.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:46 smithi046 conmon[35376]: cluster 2024-01-16T08:27:45.908968+0000 mon.smithi046 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi046.mmaeer(active, since 1.00509s) 2024-01-16T08:27:46.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:46 smithi046 conmon[35376]: audit 2024-01-16T08:27:45.915138+0000 mgr.smithi046.mmaeer (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T08:27:46.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:46 smithi046 conmon[35376]: audit 2024-01-16T08:27:46.192960+0000 mon.smithi046 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:47.608 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-16T08:27:48.363 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial admin user... 2024-01-16T08:27:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:48 smithi046 conmon[35376]: audit 2024-01-16T08:27:47.433248+0000 mgr.smithi046.mmaeer (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:48 smithi046 conmon[35376]: audit 2024-01-16T08:27:47.610707+0000 mon.smithi046 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:48 smithi046 conmon[35376]: audit 2024-01-16T08:27:47.612615+0000 mon.smithi046 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:48 smithi046 conmon[35376]: cluster 2024-01-16T08:27:47.910639+0000 mon.smithi046 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi046.mmaeer(active, since 3s) 2024-01-16T08:27:49.326 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$qNRnPBKmwZJYlIDSjOyfi.FhsIfMQ8zcfkp2bOfvOpVQzKiIyuDEm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705393669, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T08:27:49.930 INFO:teuthology.orchestra.run.smithi046.stderr:Fetching dashboard port number... 2024-01-16T08:27:50.619 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 8443 2024-01-16T08:27:50.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:50 smithi046 conmon[35376]: audit 2024-01-16T08:27:49.079896+0000 mgr.smithi046.mmaeer (mgr.14158) 4 2024-01-16T08:27:50.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:50 smithi046 conmon[35376]: : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:27:50.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:50 smithi046 conmon[35376]: audit 2024-01-16T08:27:49.331518+0000 mon.smithi046 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:51.208 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: disabled 2024-01-16T08:27:51.217 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-16T08:27:51.218 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld.service is not enabled 2024-01-16T08:27:51.218 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph Dashboard is now available at: 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr: URL: https://smithi046:8443/ 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr: User: admin 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr: Password: 8h5dxepv42 2024-01-16T08:27:51.221 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:51.222 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling autotune for osd_memory_target 2024-01-16T08:27:51.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:51 smithi046 conmon[35376]: audit 2024-01-16T08:27:50.624758+0000 mon.smithi046 (mon.0) 92 : 2024-01-16T08:27:51.473 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:51 smithi046 conmon[35376]: audit [DBG] from='client.? 172.21.15.46:0/2199019450' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T08:27:52.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:52 smithi046 conmon[35376]: cluster 2024-01-16T08:27:51.334648+0000 mon.smithi046 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi046.mmaeer(active, since 6s) 2024-01-16T08:27:53.318 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-16T08:27:53.921 INFO:teuthology.orchestra.run.smithi046.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-16T08:27:53.921 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr:Or, if you are only running a single cluster on this host: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: ceph telemetry on 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr:For more information see: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-16T08:27:53.922 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:27:53.923 INFO:teuthology.orchestra.run.smithi046.stderr:Bootstrap complete. 2024-01-16T08:27:53.992 INFO:tasks.cephadm:Fetching config... 2024-01-16T08:27:53.993 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:27:53.993 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T08:27:54.013 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T08:27:54.013 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:27:54.014 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T08:27:54.077 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T08:27:54.077 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:27:54.077 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/keyring of=/dev/stdout 2024-01-16T08:27:54.155 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T08:27:54.155 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:27:54.155 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T08:27:54.218 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T08:27:54.219 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDk8T8oeBLeKYsRiyI4u1+ihss6yZPlCvna0gNGe5qHe11l78UMLch8zxY6jjuHjBenosxx+LYU5eFs/CeW9Oh4SovKyK+AjYdAtrf362xCh0+uoMgxuSHF5d+UyEiYupiVeE/MQMtiq8rzc6XQRg40TfentAIeVdOLYp0wz61qLBWSU4f+n3uORqqEir39/bWv/Z4PtbYAjisfHnhZmkDkbuDxiPTrrNoFtgZvWlrl0ok9wGAZ5kJjnn/+eQzqZtByRbJ3grxbFcYIePjaLEKOvnbLzxXMJsFZNK8x2DVp8mMF8Tgw+/MNU7gwEA6mwOB1DyaESdk5MQGP84bbAHaqi4Qnw/1jgxClSStGfvhJ9GJwJ/zc0CJtVeZ/6HbguhgZqOsuOi0EUKZgBOrjfH3irlBC7pTQvv4n28ILtMSTGBBoOgnoTAounYQsCJModX509a54QCHGab3Lbe4USuPoo2oyNleyLVHb+VU93oC8vwgDC1tdNeSARdV2qJdZ8Ok= ceph-e274c41a-b448-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T08:27:54.305 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDk8T8oeBLeKYsRiyI4u1+ihss6yZPlCvna0gNGe5qHe11l78UMLch8zxY6jjuHjBenosxx+LYU5eFs/CeW9Oh4SovKyK+AjYdAtrf362xCh0+uoMgxuSHF5d+UyEiYupiVeE/MQMtiq8rzc6XQRg40TfentAIeVdOLYp0wz61qLBWSU4f+n3uORqqEir39/bWv/Z4PtbYAjisfHnhZmkDkbuDxiPTrrNoFtgZvWlrl0ok9wGAZ5kJjnn/+eQzqZtByRbJ3grxbFcYIePjaLEKOvnbLzxXMJsFZNK8x2DVp8mMF8Tgw+/MNU7gwEA6mwOB1DyaESdk5MQGP84bbAHaqi4Qnw/1jgxClSStGfvhJ9GJwJ/zc0CJtVeZ/6HbguhgZqOsuOi0EUKZgBOrjfH3irlBC7pTQvv4n28ILtMSTGBBoOgnoTAounYQsCJModX509a54QCHGab3Lbe4USuPoo2oyNleyLVHb+VU93oC8vwgDC1tdNeSARdV2qJdZ8Ok= ceph-e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:27:54.320 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDk8T8oeBLeKYsRiyI4u1+ihss6yZPlCvna0gNGe5qHe11l78UMLch8zxY6jjuHjBenosxx+LYU5eFs/CeW9Oh4SovKyK+AjYdAtrf362xCh0+uoMgxuSHF5d+UyEiYupiVeE/MQMtiq8rzc6XQRg40TfentAIeVdOLYp0wz61qLBWSU4f+n3uORqqEir39/bWv/Z4PtbYAjisfHnhZmkDkbuDxiPTrrNoFtgZvWlrl0ok9wGAZ5kJjnn/+eQzqZtByRbJ3grxbFcYIePjaLEKOvnbLzxXMJsFZNK8x2DVp8mMF8Tgw+/MNU7gwEA6mwOB1DyaESdk5MQGP84bbAHaqi4Qnw/1jgxClSStGfvhJ9GJwJ/zc0CJtVeZ/6HbguhgZqOsuOi0EUKZgBOrjfH3irlBC7pTQvv4n28ILtMSTGBBoOgnoTAounYQsCJModX509a54QCHGab3Lbe4USuPoo2oyNleyLVHb+VU93oC8vwgDC1tdNeSARdV2qJdZ8Ok= ceph-e274c41a-b448-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T08:27:54.378 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDk8T8oeBLeKYsRiyI4u1+ihss6yZPlCvna0gNGe5qHe11l78UMLch8zxY6jjuHjBenosxx+LYU5eFs/CeW9Oh4SovKyK+AjYdAtrf362xCh0+uoMgxuSHF5d+UyEiYupiVeE/MQMtiq8rzc6XQRg40TfentAIeVdOLYp0wz61qLBWSU4f+n3uORqqEir39/bWv/Z4PtbYAjisfHnhZmkDkbuDxiPTrrNoFtgZvWlrl0ok9wGAZ5kJjnn/+eQzqZtByRbJ3grxbFcYIePjaLEKOvnbLzxXMJsFZNK8x2DVp8mMF8Tgw+/MNU7gwEA6mwOB1DyaESdk5MQGP84bbAHaqi4Qnw/1jgxClSStGfvhJ9GJwJ/zc0CJtVeZ/6HbguhgZqOsuOi0EUKZgBOrjfH3irlBC7pTQvv4n28ILtMSTGBBoOgnoTAounYQsCJModX509a54QCHGab3Lbe4USuPoo2oyNleyLVHb+VU93oC8vwgDC1tdNeSARdV2qJdZ8Ok= ceph-e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:27:54.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-16T08:27:54.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:54 smithi046 conmon[35376]: audit 2024-01-16T08:27:53.321345+0000 mon.smithi046 (mon.0) 94 : audit [INF] from='client.? 172.21.15.46:0/713972206' entity='client.admin' 2024-01-16T08:27:57.398 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-16T08:27:57.398 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-16T08:27:57.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:57 smithi046 conmon[35376]: audit 2024-01-16T08:27:56.528481+0000 mon.smithi046 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:57.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:57 smithi046 conmon[35376]: audit 2024-01-16T08:27:56.804780+0000 mon.smithi046 (mon.0) 96 : audit [INF] from='client.? 172.21.15.46:0/556825573' entity='client.admin' 2024-01-16T08:27:57.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:57 smithi046 conmon[35376]: audit 2024-01-16T08:27:57.435985+0000 mon.smithi046 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:27:57.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:57 smithi046 conmon[35376]: audit 2024-01-16T08:27:57.439895+0000 mon.smithi046 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:27:58.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:58 smithi046 conmon[35376]: cephadm 2024-01-16T08:27:57. 2024-01-16T08:27:58.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:27:58 smithi046 conmon[35376]: 449707+0000 mgr.smithi046.mmaeer (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi046 on smithi046 2024-01-16T08:28:01.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:00 smithi046 conmon[35376]: audit 2024-01-16T08:27:59.855869+0000 mgr.smithi046.mmaeer (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:28:01.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:00 smithi046 conmon[35376]: audit 2024-01-16T08:27:59.858593+0000 mon.smithi046 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:01.954 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-01-16T08:28:01.954 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:28:01.954 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-01-16T08:28:01.975 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:28:01.975 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:28:02.035 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-01-16T08:28:02.035 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch host add smithi160 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: cluster 2024-01-16T08:28:04.911011+0000 mgr.smithi046.mmaeer (mgr.14158) 7 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: audit 2024-01-16T08:28:05.827297+0000 mon.smithi046 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: audit 2024-01-16T08:28:05.829048+0000 mon.smithi046 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: audit 2024-01-16T08:28:05.830724+0000 mon.smithi046 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T08:28:06.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:06 smithi046 conmon[35376]: audit 2024-01-16T08:28:05.831341+0000 mon.smithi046 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:28:07.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:07 smithi046 conmon[35376]: cephadm 2024-01-16T08:28:05.831889+0000 mgr.smithi046.mmaeer (mgr.14158) 8 : cephadm [INF] Deploying daemon crash.smithi046 on smithi046 2024-01-16T08:28:08.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:08 smithi046 conmon[35376]: cluster 2024-01-16T08:28:06.911395 2024-01-16T08:28:08.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:08 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14158) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:09.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.394307+0000 mon.smithi046 (mon.0) 104 : audit 2024-01-16T08:28:09.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:09.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.471613+0000 mon.smithi046 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.473513+0000 mon.smithi046 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.475785+0000 mon.smithi046 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.476159+0000 mgr.smithi046.mmaeer (mgr.14158) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: audit 2024-01-16T08:28:08.478692+0000 mon.smithi046 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: cephadm 2024-01-16T08:28:08.486899+0000 mgr.smithi046.mmaeer 2024-01-16T08:28:09.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:09 smithi046 conmon[35376]: (mgr.14158) 11 : cephadm [INF] Deploying daemon grafana.smithi046 on smithi046 2024-01-16T08:28:10.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:10 smithi046 conmon[35376]: cluster 2024-01-16T08:28:08.911667+0000 2024-01-16T08:28:10.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:10 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:10.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:10 smithi046 conmon[35376]: audit 2024-01-16T08:28:10.065342+0000 mon.smithi046 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:12 smithi046 conmon[35376]: cluster 2024-01-16T08:28:10.911917+0000 mgr.smithi046.mmaeer (mgr.14158 2024-01-16T08:28:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:12 smithi046 conmon[35376]: ) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:14.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:14 smithi046 conmon[35376]: cluster 2024-01-16T08:28:12.912205+0000 mgr.smithi046.mmaeer (mgr.14158) 14 2024-01-16T08:28:14.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:14 smithi046 conmon[35376]: : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:16 smithi046 conmon[35376]: cluster 2024-01-16T08:28:14.912572+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:28:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:16 smithi046 conmon[35376]: .14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:18 smithi046 conmon[35376]: cluster 2024-01-16T08:28:16.912819+0000 2024-01-16T08:28:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:18 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:20 smithi046 conmon[35376]: cluster 2024-01-16T08:28:18.913053+0000 mgr.smithi046.mmaeer (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:22 smithi046 conmon[35376]: cluster 2024-01-16T08:28:20.913281+0000 mgr.smithi046.mmaeer (mgr.14158) 18 2024-01-16T08:28:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:22 smithi046 conmon[35376]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:24.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:24 smithi046 conmon[35376]: cluster 2024-01-16T08:28:22.913585+0000 mgr.smithi046.mmaeer (mgr.14158) 19 2024-01-16T08:28:24.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:24 smithi046 conmon[35376]: : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:26.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:26 smithi046 conmon[35376]: cluster 2024-01-16T08:28:24.913976+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:28:26.861 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:26 smithi046 conmon[35376]: 14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:28.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:28 smithi046 conmon[35376]: cluster 2024-01-16T08:28:26.914263+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:28:28.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:28 smithi046 conmon[35376]: 14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:28.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:28 smithi046 conmon[35376]: audit 2024 2024-01-16T08:28:28.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:28 smithi046 conmon[35376]: -01-16T08:28:27.867824+0000 mon.smithi046 (mon.0) 110 2024-01-16T08:28:28.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:28 smithi046 conmon[35376]: : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:29.654 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:29 smithi046 conmon[35376]: cephadm 2024-01-16T08:28:27.870184+0000 mgr.smithi046.mmaeer (mgr.14158) 22 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-01-16T08:28:30.744 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:30 smithi046 conmon[35376]: cluster 2024-01-16T08:28:28.914704+0000 mgr.smithi046.mmaeer (mgr.14158) 23 : cluster 2024-01-16T08:28:30.744 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:30 smithi046 conmon[35376]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:30.744 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:30 smithi046 conmon[35376]: audit 2024-01-16T08:28:30.070670+0000 mon.smithi046 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:32.709 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:32 smithi046 conmon[35376]: cluster 2024-01-16T08:28:30.914948+0000 mgr.smithi046.mmaeer (mgr.14158) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:28:33.759 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:33 smithi046 conmon[35376]: audit 2024-01-16T08:28:32.628213+0000 mon.smithi046 (mon.0) 2024-01-16T08:28:33.759 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:33 smithi046 conmon[35376]: 112 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:33.759 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:33 smithi046 conmon[35376]: audit 2024-01-16T08:28:32.630703+0000 mon.smithi046 (mon.0) 113 : audit 2024-01-16T08:28:33.759 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:33 smithi046 conmon[35376]: [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T08:28:34.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:34 smithi046 conmon[35376]: audit 2024-01-16T08:28:33.632918+0000 mon.smithi046 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.46:0/2349655045' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T08:28:34.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:34 smithi046 conmon[35376]: 2024-01-16T08:28:34.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:34 smithi046 conmon[35376]: cluster 2024-01-16T08:28:33.632977+0000 mon.smithi046 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi046.mmaeer(active, since 48s) 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: cluster 2024-01-16T08:28:39.715523+0000 mon.smithi046 (mon.0) 116 : cluster [INF] Active manager daemon smithi046.mmaeer restarted 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: cluster 2024-01-16T08:28:39.715782+0000 mon.smithi046 (mon.0) 117 : cluster [INF] Activating manager daemon smithi046.mmaeer 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: cluster 2024-01-16T08:28:39.718999+0000 mon.smithi046 (mon. 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: cluster 2024-01-16T08:28:39.719136+0000 mon.smithi046 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi046.mmaeer(active, starting, since 0.0034621s) 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28:39.720455+0000 mon.smithi046 2024-01-16T08:28:40.498 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 2024-01-16T08 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: :28:39.721162+0000 mon.smithi046 (mon.0) 121 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi046.mmaeer", "id": "smithi046.mmaeer"}]: dispatch 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28:39. 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 721951+0000 mon.smithi046 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: :28:39.722152+0000 mon.smithi046 (mon.0) 123 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28: 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 39.722286+0000 mon.smithi046 (mon.0) 124 : audit 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:28:40.499 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: cluster 2024-01-16T08:28:39 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: .736284+0000 mon.smithi046 (mon.0) 125 : cluster [INF] 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: Manager daemon smithi046.mmaeer is now available 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 2024-01-16T08:28:39.847074+0000 mon.smithi046 (mon. 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 0) 126 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28: 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 39.848616+0000 mon.smithi046 (mon.0) 127 : audit 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01-16T08:28:39.877166+0000 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: mon.smithi046 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 01-16T08:28:39.890521+0000 mon.smithi046 ( 2024-01-16T08:28:40.500 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:28:40.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:28:40.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: 16T08:28:39.894210+0000 mon.smithi046 (mon.0 2024-01-16T08:28:40.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:40 smithi046 conmon[35376]: ) 130 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.mmaeer/trash_purge_schedule"}]: dispatch 2024-01-16T08:28:41.378 INFO:teuthology.orchestra.run.smithi160.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-01-16T08:28:41.903 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T08:28:41.917 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:41 smithi046 conmon[35376]: cluster 2024-01-16T08:28:40.721113+0000 mon.smithi046 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi046.mmaeer(active, since 1.00543s) 2024-01-16T08:28:41.917 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:41 smithi046 conmon[35376]: audit 2024-01-16T08:28:41.917 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:41 smithi046 conmon[35376]: 2024-01-16T08:28:41.382500+0000 mon.smithi046 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:41.917 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:28:41.382880+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:28:41.917 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:41 smithi046 conmon[35376]: 2 : cephadm [INF] Added host smithi160 2024-01-16T08:28:43.658 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:28:43.658 INFO:teuthology.orchestra.run.smithi160.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: cluster 2024-01-16T08:28:42.722835+0000 mon.smithi046 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi046.mmaeer(active, since 3s) 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16T08:28:43.187194+0000 mon.smithi046 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16T08:28:43.524277+0000 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mon.smithi046 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: 2024-01-16T08:28:43.525237+0000 mon.smithi046 ( 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: :28:43.526005+0000 mon.smithi046 (mon.0 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: ) 137 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: cephadm 2024-01-16T 2024-01-16T08:28:43.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: 08:28:43.527324+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: 14182) 3 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: cephadm 2024-01-16 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: T08:28:43.549853+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: .14182) 4 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: T08:28:43.578595+0000 mon.smithi046 ( 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: T08:28:43.581310+0000 mon.smithi046 ( 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: cephadm 2024-01 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: -16T08:28:43.594834+0000 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-01-16T08:28:43.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: 2024-01-16T08:28:43.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: audit 2024 2024-01-16T08:28:43.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: -01-16T08:28:43.663778+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:28:43.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:43 smithi046 conmon[35376]: mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:28:44.247 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T08:28:44.248 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T08:28:47.093 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2024-01-16T08:28:47.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:47 smithi046 conmon[35376]: audit 2024-01-16T08:28:47.041015+0000 mon.smithi046 (mon.0) 140 : audit [INF] from='client.? 172.21.15.46:0/3445598800' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T08:28:48.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:48 smithi046 conmon[35376]: audit 2024-01-16T08:28:47.094467+0000 mon.smithi046 ( 2024-01-16T08:28:48.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:48 smithi046 conmon[35376]: mon.0) 141 : audit [INF] from='client.? 172.21.15.46:0/3445598800' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T08:28:48.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:48 smithi046 conmon[35376]: cluster 2024-01-16T08:28:47.094543+0000 mon.smithi046 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T08:28:48.501 INFO:tasks.cephadm:Adding mon.smithi046 on smithi046 2024-01-16T08:28:48.501 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2024-01-16T08:28:48.501 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi046:172.21.15.46=smithi046;smithi160:172.21.15.160=smithi160' 2024-01-16T08:28:50.295 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-01-16T08:28:50.846 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi160.service 2024-01-16T08:28:50.848 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:28:50.849 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:28:50.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:-- Logs begin at Tue 2024-01-16 08:13:52 UTC. -- 2024-01-16T08:28:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:51 smithi046 conmon[35376]: audit 2024-01-16T08:28:50.296171+0000 mgr.smithi046.mmaeer (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi046:172.21.15.46=smithi046;smithi160:172.21.15.160=smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:28:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:51 smithi046 conmon[35376]: cephadm 2024-01-16T08:28:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:51 smithi046 conmon[35376]: 2024-01-16T08:28:50.298470+0000 mgr.smithi046.mmaeer (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi046:172.21.15.46=smithi046;smithi160:172.21.15.160=smithi160;count:2 2024-01-16T08:28:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:51 smithi046 conmon[35376]: audit 2024-01-16T08:28:50.301134+0000 mon.smithi046 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:52.655 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:28:52.655 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:28:52.656 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:28:52.970 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:52 smithi046 conmon[35376]: audit 2024-01-16T08:28:52.660292+0000 mon.smithi046 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.160:0/3189893707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:28:54.252 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:28:54.253 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:28:56.059 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:28:56.059 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:28:56.061 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:28:56.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:56 smithi046 conmon[35376]: audit 2024-01-16T08:28:56.064998+0000 mon.smithi046 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.160:0/3467894951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:28:57.597 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:28:57.598 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:28:58.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:58 smithi046 conmon[35376]: audit 2024-01-16T08:28:57.172066+0000 mon.smithi046 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:58.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:58 smithi046 conmon[35376]: audit 2024-01-16T08:28:57.173232+0000 mon.smithi046 (mon.0) 147 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:28:58.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:58 smithi046 conmon[35376]: audit 2024-01-16T08:28:57.646109+0000 mon.smithi046 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:28:59.375 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:28:59.375 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:28:59.378 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:28:59.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:59 smithi046 conmon[35376]: audit 2024-01-16T08:28:58.249843+0000 mon.smithi046 (mon. 2024-01-16T08:28:59.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:28:59 smithi046 conmon[35376]: 0) 149 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:00 smithi046 conmon[35376]: audit 2024-01-16T08:28:59.381404+0000 2024-01-16T08:29:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:00 smithi046 conmon[35376]: mon.smithi046 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.160:0/1233370490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:29:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:00 smithi046 conmon[35376]: audit 2024-01-16T08:28:59.878705+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:00.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:00 smithi046 conmon[35376]: 151 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:01.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:29:01.503 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:29:01.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:01 smithi046 conmon[35376]: cluster 2024-01-16T08:28:59.723297+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:01.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:01 smithi046 conmon[35376]: .14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:01.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:01 smithi046 conmon[35376]: audit 2024-01-16T08:29:00.264255+0000 mon.smithi046 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: cluster 2024-01-16T08:29:01.723726+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 14182) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024-01-16T08:29:02.352553+0000 mon.smithi046 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 16T08:29:02.981446+0000 mon.smithi046 (mon.0) 154 : audit [INF] 2024-01-16T08:29:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 2024-01-16T 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 08:29:02.982400+0000 mon.smithi046 ( 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: mon.0) 155 : audit [INF] 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -16T08:29:02.983444+0000 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: mon.smithi046 (mon.0) 156 : audit 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -01-16T08:29:02 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: .984305+0000 mon.smithi046 (mon.0 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: ) 157 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:29:03.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -01-16T08:29:03. 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 026670+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 158 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -01-16T08:29:03 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: .029554+0000 mon.smithi046 (mon.0 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: ) 159 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -01-16T08:29:03.031414 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 160 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 01-16T08:29:03. 2024-01-16T08:29:03.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 033405+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:03.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: 161 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T08:29:03.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit 2024 2024-01-16T08:29:03.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: -01-16T08:29:03.034221 2024-01-16T08:29:03.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 162 : 2024-01-16T08:29:03.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:03 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:03.638 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:29:03.638 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:29:03.640 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:29:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:04 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:02.985719+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:04 smithi046 conmon[35376]: .14182) 11 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-01-16T08:29:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:04 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:03.006970+0000 mgr.smithi046.mmaeer (mgr.14182) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:29:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:04 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:03.035017+0000 mgr.smithi046.mmaeer (mgr.14182) 13 : cephadm [INF] Deploying daemon crash.smithi160 on smithi160 2024-01-16T08:29:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:04 smithi046 conmon[35376]: audit 2024-01-16T08:29:03.643757+0000 mon.smithi046 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.160:0/753546387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:29:05.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:29:05.333 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:29:05.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:05 smithi046 conmon[35376]: cluster 2024-01-16T08:29:03.724061+0000 mgr.smithi046.mmaeer (mgr.14182) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:07.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: cluster 2024-01-16T08:29:05.724421+0000 mgr.smithi046.mmaeer (mgr.14182) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:07.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: audit 2024-01-16T08:29:07.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: 2024-01-16T08:29:06.069062+0000 mon.smithi046 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: audit 2024-01-16T08:29:06.071480+0000 mon.smithi046 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.iddmhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: 01-16T08:29:06.073586+0000 mon.smithi046 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.iddmhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: T08:29:06.074425+0000 mon.smithi046 (mon. 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: 0) 167 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: :29:06.075500+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: 168 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: cephadm 2024-01-16T08: 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: 29:06.076258+0000 mgr.smithi046.mmaeer (mgr.14182) 16 : 2024-01-16T08:29:07.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:07 smithi046 conmon[35376]: cephadm [INF] Deploying daemon mgr.smithi160.iddmhv on smithi160 2024-01-16T08:29:07.527 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:29:07.527 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:29:07.529 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:29:08.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:08 smithi046 conmon[35376]: audit 2024-01-16T08:29:07.533532+0000 mon.smithi046 (mon 2024-01-16T08:29:08.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:08 smithi046 conmon[35376]: .0) 169 : audit [DBG] from='client.? 172.21.15.160:0/990965965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:29:09.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:29:09.206 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: cluster 2024-01-16T08:29:07.724758+0000 mgr.smithi046.mmaeer (mgr.14182) 17 : 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: audit 2024-01-16T08:29:08.970321+0000 mon.smithi046 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: audit 2024-01-16T08:29:08.972588+0000 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: mon.smithi046 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: T08:29:08.973532+0000 mon.smithi046 (mon.0) 172 : audit 2024-01-16T08:29:09.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:09 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:10 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:08.974272+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:29:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:10 smithi046 conmon[35376]: 14182) 18 : cephadm [INF] Deploying daemon mon.smithi160 on smithi160 2024-01-16T08:29:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:10 smithi046 conmon[35376]: audit 2024-01-16T08:29:09.883756+0000 mon.smithi046 (mon.0) 173 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:11.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:11 smithi046 conmon[35376]: cluster 2024-01-16T08:29:09.725154+0000 mgr.smithi046.mmaeer (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:12.259 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:29:12.259 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":1,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:26:46.361143Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:29:12.260 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 1 2024-01-16T08:29:13.115 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 bash[40833]: 87e8688619ffe58aadb3df824f81d8795a439c2a3454517cb8c8186a93571bae 2024-01-16T08:29:13.115 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 systemd[1]: Started Ceph mon.smithi160 for e274c41a-b448-11ee-95ad-87774f69a715. 2024-01-16T08:29:13.463 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.134+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).mds e1 new map 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.134+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).mds e1 print_map 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: e1 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: 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-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: legacy client fscid: -1 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: No filesystems configured 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.134+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-16T08:29:13.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.135+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.136+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.136+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.136+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.136+0000 7f70a67f2700 0 mon.smithi160@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: cluster 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: 2024-01-16T08:29:09.725154 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: +0000 mgr.smithi046.mmaeer (mgr.14182) 19 : 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:13.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:13 smithi160 conmon[40884]: debug 2024-01-16T08:29:13.136+0000 7f70a67f2700 1 mon.smithi160@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-16T08:29:13.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:29:13.889 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:29:18.510 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:13.143148+0000 mon.smithi046 ( 2024-01-16T08:29:18.510 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:29:18.510 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:13.143364+0000 mon.smithi046 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:13.143469+0000 mon.smithi046 (mon.0) 178 : cluster [INF] mon.smithi046 calling monitor election 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:13.725759+0000 mgr.smithi046.mmaeer (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:14.140171+0000 mon.smithi046 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:14.660385+0000 mon.smithi046 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.iddmhv/crt"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:15.140494+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:15.141583+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:15.726032+0000 mgr.smithi046.mmaeer (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:16.140596+0000 mon.smithi046 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:17.140713+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:18.140628+0000 mon.smithi046 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.170801+0000 mon.smithi046 (mon.0) 185 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi160 in quorum (ranks 0,1) 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.173717+0000 mon.smithi046 (mon. 2024-01-16T08:29:18.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.186399+0000 mon.smithi046 (mon.0) 187 : cluster [DBG] fsmap 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.186445+0000 mon.smithi046 (mon.0) 188 : 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: T08:29:18.186697+0000 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: mon.smithi046 (mon.0) 189 : cluster 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: [DBG] mgrmap e17: smithi046.mmaeer(active, since 38s) 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 2024-01-16T08:29: 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 18.187669+0000 mon.smithi046 (mon. 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 0) 190 : cluster [DBG] Standby manager daemon smithi160.iddmhv started 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 08:29:18.189036+0000 mon.smithi046 (mon.0 2024-01-16T08:29:18.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: ) 191 : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: cluster 2024- 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 01-16T08:29:18.190569 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 192 : cluster 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: [INF] overall HEALTH_OK 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 2024-01-16T08:29: 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 18.190965+0000 mon.smithi046 (mon. 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 0) 193 : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.iddmhv/key"}]: dispatch 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: -01-16T08:29:18.192679+0000 mon.smithi046 (mon 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: .0) 194 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: 01-16T08:29:18.192888 2024-01-16T08:29:18.513 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 195 : 2024-01-16T08:29:18.514 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:18 smithi160 conmon[40884]: audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T08:29:18.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29:13.143148+0000 mon.smithi046 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-16T08:29:18.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29:13.143364+0000 mon.smithi046 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29:13.143469+0000 mon.smithi046 (mon.0) 178 : cluster [INF] mon.smithi046 calling monitor election 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: :13.725759+0000 mgr.smithi046.mmaeer (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 01-16T08:29:14.140171+0000 mon.smithi046 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 2024-01-16T08:29:14.660385+0000 mon.smithi046 (mon.0 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: ) 180 : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.iddmhv/crt"}]: dispatch 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29:15 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: .140494+0000 mon.smithi046 (mon.0) 181 : audit 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 2024-01-16T08:29:15.141583+0000 mon.smithi160 (mon.1) 1 : cluster [INF] mon.smithi160 calling monitor election 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: :29:15.726032+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 16T08:29:16.140596+0000 mon.smithi046 (mon. 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 0) 182 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 29:17.140713+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 183 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: :18.140628+0000 mon.smithi046 (mon.0) 184 : 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29: 2024-01-16T08:29:18.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 18.170801+0000 mon.smithi046 (mon.0) 185 : 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi160 in quorum (ranks 0,1) 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29: 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 18.173717+0000 mon.smithi046 (mon.0) 186 : 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29: 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 18.186399+0000 mon.smithi046 (mon.0) 187 : cluster 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: [DBG] fsmap 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 2024-01-16T08:29:18.186445+0000 mon.smithi046 ( 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: T08:29:18.186697+0000 mon.smithi046 (mon.0) 189 : cluster [DBG] 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: mgrmap e17: smithi046.mmaeer(active, since 38s) 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08:29:18.187669 2024-01-16T08:29:18.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi160.iddmhv started 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 2024-01-16T08:29:18.189036+0000 mon.smithi046 (mon.0 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: ) 191 : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: cluster 2024-01-16T08: 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 29:18.190569+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 192 : cluster [INF] overall HEALTH_OK 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: :18.190965+0000 mon.smithi046 (mon.0) 193 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: : audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.iddmhv/key"}]: dispatch 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29: 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: 18.192679+0000 mon.smithi046 (mon.0) 194 : 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit 2024-01-16T08:29 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: :18.192888+0000 mon.smithi046 (mon.0) 195 : 2024-01-16T08:29:18.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:18 smithi046 conmon[35376]: audit [DBG] from='mgr.? 172.21.15.160:0/2590269873' entity='mgr.smithi160.iddmhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T08:29:18.759 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-01-16T08:29:18.759 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","modified":"2024-01-16T08:29:13.140514Z","created":"2024-01-16T08:26:46.361143Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-16T08:29:18.760 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-01-16T08:29:19.304 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T08:29:19.304 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: cluster 2024-01-16T08:29:17.726359+0000 mgr.smithi046.mmaeer (mgr.14182) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:18.194561+0000 mgr.smithi046.mmaeer (mgr.14182) 24 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: cluster 2024-01-16T08:29:18.249067+0000 mon.smithi046 (mon.0 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: ) 196 : cluster [DBG] mgrmap e18: smithi046.mmaeer(active, since 38s), standbys: smithi160.iddmhv 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: audit 2024-01-16T08:29:18.249219+0000 mon.smithi046 (mon. 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: 0) 197 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi160.iddmhv", "id": "smithi160.iddmhv"}]: dispatch 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: audit 2024-01-16T08:29:18 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: .764099+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.160:0/577645426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:29:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:19 smithi046 conmon[35376]: -16T08:29:19.141024+0000 mon.smithi046 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:19.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: cluster 2024-01-16T08:29:17.726359+0000 mgr.smithi046.mmaeer (mgr.14182) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:18.194561+0000 mgr.smithi046.mmaeer (mgr.14182) 24 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-01-16T08:29:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: cluster 2024-01-16T08:29:18.249067+0000 mon.smithi046 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi046.mmaeer(active, since 38s), standbys: smithi160.iddmhv 2024-01-16T08:29:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: audit 2024-01-16T08:29:18.249219+0000 mon.smithi046 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr metadata", "who": "smithi160.iddmhv", "id": "smithi160.iddmhv"}]: dispatch 2024-01-16T08:29:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: audit 2024-01-16T08:29:18.764099+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.160:0/577645426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:29:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:19 smithi160 conmon[40884]: audit 2024-01-16T08:29:19.141024+0000 mon.smithi046 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2024-01-16T08:29:21.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:20 smithi046 conmon[35376]: cluster 2024-01-16T08:29:19.726648+0000 mgr.smithi046.mmaeer (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:21.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:20 smithi046 conmon[35376]: audit 2024-01-16T08:29:19.890391+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:21.200 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:29:21.201 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2024-01-16T08:29:21.201 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = e274c41a-b448-11ee-95ad-87774f69a715 2024-01-16T08:29:21.201 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-01-16T08:29:21.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:20 smithi160 conmon[40884]: cluster 2024-01-16T08:29:19.726648+0000 mgr.smithi046.mmaeer (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:21.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:20 smithi160 conmon[40884]: audit 2024-01-16T08:29:19.890391+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:21.809 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T08:29:21.809 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:29:21.809 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T08:29:21.848 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:29:21.849 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:29:21.924 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:29:21.924 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T08:29:21.956 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:29:21.956 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:29:22.023 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T08:29:22.023 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:29:22.023 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:29:22.045 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T08:29:22.045 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme1n1 2024-01-16T08:29:22.109 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme1n1 2024-01-16T08:29:22.109 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:22.109 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 200941 Links: 1 Device type: 103,1 2024-01-16T08:29:22.109 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:22.110 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:22.110 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:27:57.171604292 +0000 2024-01-16T08:29:22.110 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:26:00.063900443 +0000 2024-01-16T08:29:22.110 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:26:00.063900443 +0000 2024-01-16T08:29:22.110 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:29:22.110 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T08:29:22.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:21 smithi046 conmon[35376]: audit 2024-01-16T08:29:21.206976+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:22.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:21 smithi046 conmon[35376]: 201 : audit [DBG] from='client.? 172.21.15.46:0/1026337824' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:22.167 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:29:22.168 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:29:22.168 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000159812 s, 3.2 MB/s 2024-01-16T08:29:22.169 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T08:29:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:21 smithi160 conmon[40884]: audit 2024-01-16T08:29:21.206976+0000 mon.smithi046 (mon.0) 201 : audit 2024-01-16T08:29:22.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:21 smithi160 conmon[40884]: [DBG] from='client.? 172.21.15.46:0/1026337824' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:22.234 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme2n1 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme2n1 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 199411 Links: 1 Device type: 103,2 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:27:57.183604159 +0000 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:26:00.230898615 +0000 2024-01-16T08:29:22.296 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:26:00.230898615 +0000 2024-01-16T08:29:22.297 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:29:22.297 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T08:29:22.368 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:29:22.368 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:29:22.368 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000153513 s, 3.3 MB/s 2024-01-16T08:29:22.370 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T08:29:22.433 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme3n1 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme3n1 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 201162 Links: 1 Device type: 103,3 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:22.495 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:27:57.193604048 +0000 2024-01-16T08:29:22.496 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:26:00.396896798 +0000 2024-01-16T08:29:22.496 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:26:00.396896798 +0000 2024-01-16T08:29:22.496 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:29:22.496 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T08:29:22.568 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:29:22.568 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:29:22.568 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000149123 s, 3.4 MB/s 2024-01-16T08:29:22.569 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T08:29:22.634 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme4n1 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme4n1 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 199539 Links: 1 Device type: 103,4 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-16 08:27:57.203603937 +0000 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-16 08:26:00.562894981 +0000 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-16 08:26:00.562894981 +0000 2024-01-16T08:29:22.696 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-16T08:29:22.697 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T08:29:22.769 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-16T08:29:22.770 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-16T08:29:22.770 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000157634 s, 3.2 MB/s 2024-01-16T08:29:22.771 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T08:29:22.834 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:29:22.835 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T08:29:22.853 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T08:29:22.853 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme1n1 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme1n1 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 204061 Links: 1 Device type: 103,1 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:29:01.092371797 +0000 2024-01-16T08:29:22.912 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:26:01.785051136 +0000 2024-01-16T08:29:22.913 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:26:01.785051136 +0000 2024-01-16T08:29:22.913 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:29:22.913 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T08:29:22.981 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:29:22.981 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:29:22.981 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000291217 s, 1.8 MB/s 2024-01-16T08:29:22.983 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T08:29:23.041 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme2n1 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme2n1 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 204154 Links: 1 Device type: 103,2 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:29:01.103371633 +0000 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:26:01.936048871 +0000 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:26:01.936048871 +0000 2024-01-16T08:29:23.099 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:29:23.100 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T08:29:23.166 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:29:23.166 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:29:23.166 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000262251 s, 2.0 MB/s 2024-01-16T08:29:23.167 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T08:29:23.225 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme3n1 2024-01-16T08:29:23.283 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme3n1 2024-01-16T08:29:23.283 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:23.283 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 204252 Links: 1 Device type: 103,3 2024-01-16T08:29:23.283 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:23.283 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:23.284 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:29:01.114371470 +0000 2024-01-16T08:29:23.284 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:26:02.091046546 +0000 2024-01-16T08:29:23.284 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:26:02.091046546 +0000 2024-01-16T08:29:23.284 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:29:23.284 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T08:29:23.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:23 smithi160 conmon[40884]: cluster 2024-01-16T08:29:21.727025+0000 mgr.smithi046.mmaeer (mgr.14182) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:23.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:23 smithi160 conmon[40884]: audit 2024-01-16T08:29:22.105808+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:23.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:23 smithi160 conmon[40884]: audit 2024-01-16T08:29:22.107754+0000 mon.smithi046 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:29:23.349 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:29:23.349 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:29:23.349 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000194297 s, 2.6 MB/s 2024-01-16T08:29:23.351 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T08:29:23.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:23 smithi046 conmon[35376]: cluster 2024-01-16T08:29:21.727025+0000 mgr.smithi046.mmaeer (mgr.14182) 26 : 2024-01-16T08:29:23.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:23 smithi046 conmon[35376]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:23.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:23 smithi046 conmon[35376]: audit 2024-01-16T08:29:22.105808+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:23.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:23 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:29:23.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:23 smithi046 conmon[35376]: -16T08:29:22.107754+0000 mon.smithi046 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:29:23.409 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/nvme4n1 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/nvme4n1 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 204352 Links: 1 Device type: 103,4 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-01-16 08:29:01.124371321 +0000 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-01-16 08:26:02.247044206 +0000 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-01-16 08:26:02.247044206 +0000 2024-01-16T08:29:23.467 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-01-16T08:29:23.468 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T08:29:23.533 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-01-16T08:29:23.533 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-01-16T08:29:23.533 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.00025381 s, 2.0 MB/s 2024-01-16T08:29:23.534 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T08:29:23.592 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.378561+0000 mon.smithi046 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.379588+0000 mon.smithi046 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.380478+0000 mon.smithi046 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:23.381579+0000 mgr.smithi046.mmaeer (mgr.14182) 27 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:23.381969+0000 mgr.smithi046.mmaeer (mgr.14182) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.403802+0000 mon.smithi046 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.421501+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.425101+0000 mon.smithi046 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:23.428773+0000 mgr.smithi046.mmaeer (mgr.14182) 29 : cephadm 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.429069+0000 mon.smithi046 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.429877+0000 mon.smithi046 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: audit 2024-01-16T08:29:23.430639+0000 mon.smithi046 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:24.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:23.431340+0000 mgr.smithi046.mmaeer (mgr.14182) 30 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.378561+0000 mon.smithi046 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.379588+0000 mon.smithi046 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.380478+0000 mon.smithi046 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:23.381579+0000 mgr.smithi046.mmaeer (mgr.14182) 27 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:23.381969+0000 mgr.smithi046.mmaeer (mgr.14182) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-01-16T08:29:24.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.403802+0000 mon.smithi046 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.421501+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.425101+0000 mon.smithi046 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:23.428773+0000 mgr.smithi046.mmaeer (mgr.14182) 29 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.429069+0000 mon.smithi046 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.429877+0000 mon.smithi046 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: audit 2024-01-16T08:29:23.430639+0000 mon.smithi046 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:24.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:23.431340+0000 mgr.smithi046.mmaeer (mgr.14182) 30 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-01-16T08:29:25.553 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled osd.all-available-devices update... 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: cluster 2024-01-16T08:29:23.727327+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: 14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29:24.607836+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: cephadm 2024-01-16 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: T08:29:24.608488+0000 mgr.smithi046.mmaeer (mgr.14182) 32 : cephadm [INF] Reconfiguring mgr.smithi046.mmaeer (unknown last config time)... 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29:24.608787+0000 mon.smithi046 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.mmaeer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29:25.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: 2024-01-16T08:29:24.609583+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29:24.610215+0000 mon.smithi046 (mon. 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: 0) 216 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: cephadm 2024-01-16T08 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: :29:24.610789+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: 33 : cephadm [INF] Reconfiguring daemon mgr.smithi046.mmaeer on smithi046 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: :24.895069+0000 mon.smithi046 (mon.0) 217 : 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: audit 2024-01-16T08:29:25 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: .558748+0000 mon.smithi046 (mon.0) 218 : audit [INF] 2024-01-16T08:29:25.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:25 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:25.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: cluster 2024-01-16T08:29:23.727327+0000 mgr.smithi046.mmaeer (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:25.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:24.607836+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:25.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:24.608488+0000 mgr.smithi046.mmaeer (mgr.14182) 32 : cephadm [INF] Reconfiguring mgr.smithi046.mmaeer (unknown last config time)... 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:24.608787+0000 mon.smithi046 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.mmaeer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:24.609583+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:24.610215+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:24.610789+0000 mgr.smithi046.mmaeer (mgr.14182) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi046.mmaeer on smithi046 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:24.895069+0000 mon.smithi046 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:25.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:25 smithi160 conmon[40884]: audit 2024-01-16T08:29:25.558748+0000 mon.smithi046 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:26.116 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T08:29:26.116 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:26.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:26 smithi046 conmon[35376]: audit 2024-01-16T08:29:25.552313+0000 mgr.smithi046.mmaeer (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:29:26.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:26 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:25.554351+0000 mgr.smithi046.mmaeer (mgr.14182) 35 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-01-16T08:29:26.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:26 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:25.554527+0000 mgr.smithi046.mmaeer (mgr.14182) 36 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-01-16T08:29:26.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:26 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:25.554897+0000 mgr.smithi046.mmaeer (mgr.14182) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T08:29:26.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:26 smithi046 conmon[35376]: audit 2024-01-16T08:29:25.799098+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:26.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:26 smithi160 conmon[40884]: audit 2024-01-16T08:29:25.552313+0000 mgr.smithi046.mmaeer (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:29:26.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:26 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:25.554351+0000 mgr.smithi046.mmaeer (mgr.14182) 35 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-01-16T08:29:26.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:26 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:25.554527+0000 mgr.smithi046.mmaeer (mgr.14182) 36 : cephadm [INF] Marking host: smithi160 for OSDSpec preview refresh. 2024-01-16T08:29:26.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:26 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:25.554897+0000 mgr.smithi046.mmaeer (mgr.14182) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T08:29:26.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:26 smithi160 conmon[40884]: audit 2024-01-16T08:29:25.799098+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:27.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:27 smithi046 conmon[35376]: cluster 2024-01-16T08:29:25.727563+0000 mgr.smithi046.mmaeer (mgr.14182) 38 : cluster [DBG] 2024-01-16T08:29:27.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:27 smithi046 conmon[35376]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:27.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:25.799876+0000 mgr.smithi046.mmaeer (mgr.14182) 39 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-01-16T08:29:27.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:27 smithi046 conmon[35376]: cephadm 2024-01-16T 2024-01-16T08:29:27.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:27 smithi046 conmon[35376]: 08:29:25.806730+0000 mgr.smithi046.mmaeer (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-01-16T08:29:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:27 smithi160 conmon[40884]: cluster 2024-01-16T08:29:25.727563+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:27 smithi160 conmon[40884]: .14182) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:25.799876+0000 mgr.smithi046.mmaeer (mgr.14182) 39 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-01-16T08:29:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:25.806730+0000 mgr.smithi046.mmaeer (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-01-16T08:29:29.263 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:29 smithi046 conmon[35376]: cluster 2024-01-16T08:29:27.727885+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:29:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:29 smithi046 conmon[35376]: mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:29 smithi046 conmon[35376]: audit 2024-01-16T08:29:29.269511+0000 mon.smithi046 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.46:0/1627552516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:29 smithi160 conmon[40884]: cluster 2024-01-16T08:29:27.727885+0000 mgr.smithi046.mmaeer (mgr.14182) 41 : cluster 2024-01-16T08:29:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:29 smithi160 conmon[40884]: [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:29 smithi160 conmon[40884]: audit 2024-01-16T08:29:29.269511+0000 mon.smithi046 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.46:0/1627552516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:30.264 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:31.265 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:31.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:31 smithi046 conmon[35376]: cluster 2024-01-16T08:29:29.728180+0000 mgr.smithi046.mmaeer (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:31 smithi046 conmon[35376]: audit 2024-01-16T08:29:31.182201+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:31 smithi046 conmon[35376]: audit 2024-01-16T08:29:31.183176+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:29:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:31 smithi046 conmon[35376]: audit 2024-01-16T08:29:31.183988+0000 mon.smithi046 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: cluster 2024-01-16T08:29:29.728180+0000 mgr.smithi046.mmaeer (mgr.14182) 42 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: audit 2024-01-16T08:29:31.182201+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: -16T08:29:31.183176+0000 mon.smithi046 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:29:31.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:31 smithi160 conmon[40884]: audit 2024-01-16T08:29:31.183988+0000 mon.smithi046 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:32.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:32 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:31.182839+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:32.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:32 smithi046 conmon[35376]: .14182) 43 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-01-16T08:29:32.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:32 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:31.184570+0000 mgr.smithi046.mmaeer (mgr.14182) 44 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-01-16T08:29:32.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:32 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:31.182839+0000 mgr.smithi046.mmaeer (mgr.14182) 43 : cephadm 2024-01-16T08:29:32.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:32 smithi160 conmon[40884]: [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-01-16T08:29:32.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:32 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:31.184570+0000 mgr.smithi046.mmaeer (mgr.14182) 44 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-01-16T08:29:33.586 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:33.888 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:33 smithi046 conmon[35376]: cluster 2024-01-16T08:29:31.728421+0000 mgr.smithi046.mmaeer (mgr.14182) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:33.888 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:33 smithi046 conmon[35376]: audit 2024-01-16T08:29:32.991833+0000 mon.smithi046 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:33.888 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:33 smithi046 conmon[35376]: audit 2024-01-16T08:29:33.592008+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.46:0/1487389932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:33 smithi160 conmon[40884]: cluster 2024-01-16T08:29:31.728421+0000 mgr.smithi046.mmaeer (mgr.14182) 45 : 2024-01-16T08:29:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:33 smithi160 conmon[40884]: cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:33 smithi160 conmon[40884]: audit 2024-01-16T08:29:32.991833+0000 mon.smithi046 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:33 smithi160 conmon[40884]: audit 2024-01-16T08:29:33 2024-01-16T08:29:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:33 smithi160 conmon[40884]: .592008+0000 mon.smithi046 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.46:0/1487389932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:34.598 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:34.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:34 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:32.992462 2024-01-16T08:29:34.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:34 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 46 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-01-16T08:29:34.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:34 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:33.026093+0000 mgr.smithi046.mmaeer (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-01-16T08:29:34.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:34 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:32.992462+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:29:34.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:34 smithi160 conmon[40884]: 46 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-01-16T08:29:34.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:34 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:33.026093+0000 mgr.smithi046.mmaeer (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-01-16T08:29:35.599 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:35.854 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:35 smithi046 conmon[35376]: cluster 2024-01-16T08:29:33.728682+0000 mgr.smithi046.mmaeer (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:35.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:35 smithi160 conmon[40884]: cluster 2024-01-16T08:29:33.728682+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:29:35.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:35 smithi160 conmon[40884]: mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:37.888 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:37 smithi046 conmon[35376]: cluster 2024-01-16T08:29:35.728928+0000 2024-01-16T08:29:37.888 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:37 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:37.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:37 smithi160 conmon[40884]: cluster 2024-01-16T08:29:35.728928+0000 mgr.smithi046.mmaeer (mgr.14182) 49 : cluster [DBG] 2024-01-16T08:29:37.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:37 smithi160 conmon[40884]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:38.226 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:38.865 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:39.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:39 smithi046 conmon[35376]: cluster 2024-01-16T08:29:37.729189+0000 mgr.smithi046.mmaeer (mgr.14182) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:39.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:39 smithi046 conmon[35376]: audit 2024-01-16T08:29:38.001916+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:39.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:39 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:38.002715+0000 mgr.smithi046.mmaeer (mgr.14182) 51 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-01-16T08:29:39.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:39 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:38.006289+0000 mgr.smithi046.mmaeer (mgr.14182) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-01-16T08:29:39.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:39 smithi046 conmon[35376]: audit 2024-01-16T08:29:38.231992+0000 mon.smithi046 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.46:0/4050373315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:39.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: cluster 2024-01-16T08:29:37.729189+0000 mgr.smithi046.mmaeer (mgr.14182) 50 : 2024-01-16T08:29:39.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:39.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: audit 2024-01-16T08:29:38.001916+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:39.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: cephadm 2024-01-16T08:29: 2024-01-16T08:29:39.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: 38.002715+0000 mgr.smithi046.mmaeer (mgr.14182) 51 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2024-01-16T08:29:39.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:38.006289+0000 mgr.smithi046.mmaeer (mgr.14182) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2024-01-16T08:29:39.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:39 smithi160 conmon[40884]: audit 2024-01-16T08:29:38.231992+0000 mon.smithi046 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.46:0/4050373315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:39.866 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:41.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:41 smithi046 conmon[35376]: cluster 2024-01-16T08:29:39. 2024-01-16T08:29:41.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:41 smithi046 conmon[35376]: 729537+0000 mgr.smithi046.mmaeer (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:41 smithi160 conmon[40884]: cluster 2024-01-16T08:29:39.729537+0000 mgr.smithi046.mmaeer (mgr.14182) 53 : cluster [DBG] 2024-01-16T08:29:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:41 smithi160 conmon[40884]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:42.822 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:43.507 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:43 smithi046 conmon[35376]: cluster 2024-01-16T08:29:41.729863+0000 mgr.smithi046.mmaeer (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:43.508 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:43 smithi046 conmon[35376]: audit 2024-01-16T08:29:42.828059+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.46:0/2714681510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:43.528 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:43 smithi160 conmon[40884]: cluster 2024-01-16T08:29:41.729863+0000 mgr.smithi046.mmaeer (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:43 smithi160 conmon[40884]: audit 2024-01-16T08:29:42.828059+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.46:0/2714681510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:44.529 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:44.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: audit 2024-01-16T08:29:43.385087 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:43.385730+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: .14182) 55 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: 01-16T08:29:43.386002+0000 mon.smithi046 (mon. 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: 0) 230 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: :29:43.386791+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: 231 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:43 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: .387393+0000 mgr.smithi046.mmaeer (mgr.14182) 56 : cephadm 2024-01-16T08:29:44.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:44 smithi046 conmon[35376]: [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-01-16T08:29:44.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: audit 2024-01-16T08:29:43.385087+0000 mon.smithi046 (mon.0) 229 : 2024-01-16T08:29:44.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:44.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:43.385730+0000 mgr.smithi046.mmaeer (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi160 (monmap changed)... 2024-01-16T08:29:44.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: audit 2024-01-16T08:29:43.386002+0000 mon.smithi046 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T08:29:44.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: audit 2024-01-16T08:29:43.386791+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:44.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:43.387393+0000 mgr.smithi046.mmaeer (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi160 on smithi160 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: cluster 2024-01-16T08:29:43.730306+0000 mgr.smithi046.mmaeer (mgr.14182) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: audit 2024-01-16T08:29:44.488776+0000 mon.smithi046 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:44.489531+0000 mgr.smithi046.mmaeer (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi160.iddmhv (monmap changed)... 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: audit 2024-01-16T08:29:44.489860+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.iddmhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: audit 2024-01-16T08:29:44.490809+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: audit 2024-01-16T08:29:44.491575+0000 mon.smithi046 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:45.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:45 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:44.492252+0000 mgr.smithi046.mmaeer (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi160.iddmhv on smithi160 2024-01-16T08:29:45.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: cluster 2024-01-16T08:29:43.730306+0000 mgr.smithi046.mmaeer (mgr.14182) 57 : cluster [DBG] 2024-01-16T08:29:45.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: audit 2024-01-16T08:29:44.488776+0000 mon.smithi046 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:44.489531+0000 mgr.smithi046.mmaeer (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi160.iddmhv (monmap changed)... 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: audit 2024-01-16T08:29:44.489860+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.iddmhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: audit 2024-01-16T08:29:44.490809+0000 mon.smithi046 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: audit 2024-01-16T08:29:44.491575+0000 mon.smithi046 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:44.492252+0000 mgr.smithi046.mmaeer (mgr.14182) 59 2024-01-16T08:29:45.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:45 smithi160 conmon[40884]: : cephadm [INF] Reconfiguring daemon mgr.smithi160.iddmhv on smithi160 2024-01-16T08:29:46.476 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:46.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: audit 2024-01-16T08:29:45.620376+0000 mon.smithi046 (mon.0) 236 : audit 2024-01-16T08:29:46.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:45.621172+0000 mgr.smithi046.mmaeer (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: audit 2024-01-16T08:29:45.621522+0000 mon.smithi046 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: audit 2024-01-16T08:29:45.622390+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: audit 2024-01-16T08:29:45.623205+0000 mon.smithi046 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: cephadm 2024-01-16T08:29:45.623938+0000 mgr.smithi046.mmaeer (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-01-16T08:29:46.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:46 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.482632+0000 mon.smithi046 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.46:0/30014718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:46.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: audit 2024-01-16T08:29:45.620376+0000 mon.smithi046 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:46.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:45.621172+0000 mgr.smithi046.mmaeer (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi160 (monmap changed)... 2024-01-16T08:29:46.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: audit 2024-01-16T08:29:45.621522+0000 mon.smithi046 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T08:29:46.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: audit 2024-01-16T08:29:45.622390+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T08:29:46.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: audit 2024-01-16T08:29:45.623205+0000 mon.smithi046 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:46.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: cephadm 2024-01-16T08:29:45.623938+0000 mgr.smithi046.mmaeer (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mon.smithi160 on smithi160 2024-01-16T08:29:46.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:46 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.482632+0000 mon.smithi046 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.46:0/30014718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:47.122 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: cluster 2024-01-16T08:29:45.730729+0000 mgr.smithi046.mmaeer (mgr.14182) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.705875+0000 mon.smithi046 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.709155+0000 mon.smithi046 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.710938+0000 mon.smithi046 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046:9093"}]: dispatch 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.715557+0000 mon.smithi046 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.722948+0000 mon.smithi046 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.732650+0000 mon.smithi046 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.737974+0000 mon.smithi046 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.744224+0000 mon.smithi046 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T08:29:47.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.749231+0000 mon.smithi046 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046:9095"}]: dispatch 2024-01-16T08:29:47.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.754673+0000 mon.smithi046 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:47 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.758777+0000 mon.smithi046 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:29:47.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: cluster 2024-01-16T08:29:45.730729+0000 mgr.smithi046.mmaeer (mgr.14182) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.705875+0000 mon.smithi046 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.709155+0000 mon.smithi046 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29:46 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: .710938+0000 mon.smithi046 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046:9093"}]: dispatch 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.715557 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 244 : audit [INF] 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: :46.722948+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 245 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: -16T08:29:46.732650+0000 2024-01-16T08:29:47.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: mon.smithi046 (mon.0) 246 : audit [INF] 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: :46.737974+0000 mon.smithi046 (mon.0 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: ) 247 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 08:29:46.744224+0000 mon.smithi046 (mon.0 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: ) 248 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 2024-01-16T08 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: :29:46.749231+0000 mon.smithi046 (mon. 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 0) 249 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046:9095"}]: dispatch 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: -01-16T08:29:46. 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 754673+0000 mon.smithi046 (mon.0) 250 : 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:29:47.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: :29:46.758777+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:47.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:47 smithi160 conmon[40884]: 251 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:29:48.123 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:48.797 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.709642+0000 mgr.smithi046.mmaeer (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T08:29:48.797 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.711290+0000 mgr.smithi046.mmaeer (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046:9093"}]: dispatch 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.723464+0000 mgr.smithi046.mmaeer (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.733256+0000 mgr.smithi046.mmaeer (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.744692+0000 mgr.smithi046.mmaeer (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:46.749601+0000 mgr.smithi046.mmaeer (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046:9095"}]: dispatch 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:48.113761+0000 mon.smithi046 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:48.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:48 smithi046 conmon[35376]: audit 2024-01-16T08:29:48.118528+0000 mon.smithi046 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:48.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.709642+0000 mgr.smithi046.mmaeer (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T08:29:48.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.711290+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046:9093"}]: dispatch 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.723464+0000 mgr.smithi046.mmaeer (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.733256+0000 mgr.smithi046.mmaeer (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:46.744692+0000 mgr.smithi046.mmaeer (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: -01-16T08:29:46.749601+0000 mgr.smithi046.mmaeer (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046:9095"}]: dispatch 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:48.113761+0000 mon.smithi046 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: audit 2024-01-16T08:29:48.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:48 smithi160 conmon[40884]: 2024-01-16T08:29:48.118528+0000 mon.smithi046 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:49.858 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:49 smithi046 conmon[35376]: cluster 2024-01-16T08:29:47.731042+0000 mgr.smithi046.mmaeer 2024-01-16T08:29:49.858 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:49 smithi046 conmon[35376]: (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:49 smithi160 conmon[40884]: cluster 2024-01-16T08:29:47.731042+0000 mgr.smithi046.mmaeer (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:50.246 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:50.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:50 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.252772+0000 mon.smithi046 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.46:0/43927497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:50.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:50 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.401652+0000 mon.smithi046 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:50.916 INFO:teuthology.orchestra.run.smithi046.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-16T08:29:50.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:50 smithi160 conmon[40884]: audit 2024-01-16T08:29:50.252772+0000 mon.smithi046 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.46:0/43927497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:50.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:50 smithi160 conmon[40884]: audit 2024-01-16T08:29:50.401652+0000 2024-01-16T08:29:50.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:50 smithi160 conmon[40884]: mon.smithi046 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: cluster 2024-01-16T08:29:49.731424+0000 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.778277+0000 mon.smithi046 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.779105+0000 mon.smithi046 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.779781+0000 mon.smithi046 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.783636+0000 mon.smithi046 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.787551+0000 mon.smithi046 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.790539+0000 mon.smithi046 (mon.0) 261 : audit [INF] 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:50.791594 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 262 : audit 2024-01-16T08:29:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: 2024-01-16T08:29:50.791815 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 263 : audit 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: audit 2024-01-16T08:29 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: :50.792354+0000 mon.smithi046 (mon.0) 264 : audit [DBG] 2024-01-16T08:29:51.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:51 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:51.917 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:51.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: cluster 2024-01-16T08:29:49.731424+0000 mgr.smithi046.mmaeer (mgr.14182) 70 : cluster 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T08:29:50.778277+0000 mon.smithi046 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T08:29:50.779105+0000 mon.smithi046 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T08:29:50.779781+0000 mon.smithi046 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: 2024-01-16T08:29:50.783636+0000 mon.smithi046 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: 01-16T08:29:50.787551+0000 mon.smithi046 ( 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: T08:29:50.790539+0000 mon.smithi046 ( 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:29:51.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: -01-16T08:29:50.791594+0000 mon.smithi046 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: (mon.0) 262 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: 2024-01-16T08:29:50. 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: 791815+0000 mon.smithi046 (mon.0) 263 : audit 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: 08:29:50.792354+0000 mon.smithi046 (mon 2024-01-16T08:29:51.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:51 smithi160 conmon[40884]: .0) 264 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: cluster 2024-01-16T08:29:51.731828+0000 mgr.smithi046.mmaeer (mgr.14182) 71 : cluster 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.310673+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/171213470' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.311106+0000 mon.smithi046 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.314686+0000 mon.smithi046 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]': finished 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: cluster 2024-01-16T08:29:53.314769+0000 mon.smithi046 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.314941+0000 mon.smithi046 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.595897+0000 mon.smithi046 (mon.0) 269 : audit [INF] from='client.? 172.21.15.46:0/924151078' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6e28ea2-c3d0-4ccf-beda-dce1f3069148"}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.600345+0000 mon.smithi046 (mon.0) 270 : audit [INF] from='client.? 172.21.15.46:0/924151078' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6e28ea2-c3d0-4ccf-beda-dce1f3069148"}]': finished 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: cluster 2024-01-16T08:29:53.600413+0000 mon.smithi046 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.600528+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:53.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:53 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.600925+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: cluster 2024-01-16T08:29:51.731828+0000 mgr.smithi046.mmaeer (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.310673+0000 mon.smithi160 (mon.1) 2 : audit [INF] from='client.? 172.21.15.160:0/171213470' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]: dispatch 2024-01-16T08:29:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.311106+0000 mon.smithi046 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]: dispatch 2024-01-16T08:29:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.314686+0000 mon.smithi046 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d7b9ccf-7b36-43f4-a8c2-2c48765ada91"}]': finished 2024-01-16T08:29:53.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: cluster 2024-01-16T08:29:53.314769+0000 mon.smithi046 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.314941+0000 mon.smithi046 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.595897+0000 mon.smithi046 (mon.0) 269 : audit [INF] from='client.? 172.21.15.46:0/924151078' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6e28ea2-c3d0-4ccf-beda-dce1f3069148"}]: dispatch 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.600345+0000 mon.smithi046 (mon.0) 270 : audit [INF] from='client.? 172.21.15.46:0/924151078' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6e28ea2-c3d0-4ccf-beda-dce1f3069148"}]': finished 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: cluster 2024-01-16T08:29:53.600413+0000 mon.smithi046 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.600528+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:53.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:53 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.600925+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:53.979 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:54.805 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705393793,"num_remapped_pgs":0} 2024-01-16T08:29:54.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:54 smithi160 conmon[40884]: audit 2024-01-16T08:29:53.984358+0000 mon.smithi046 (mon.0) 2024-01-16T08:29:54.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:54 smithi160 conmon[40884]: 274 : audit [DBG] from='client.? 172.21.15.46:0/1947540398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:54.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:54 smithi160 conmon[40884]: audit 2024-01-16T08:29:54.591911+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/4056328086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:55.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:54 smithi046 conmon[35376]: audit 2024-01-16T08:29:53.984358+0000 mon.smithi046 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.46:0/1947540398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:55.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:54 smithi046 conmon[35376]: audit 2024-01-16T08:29:54.591911+0000 mon.smithi160 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.160:0/4056328086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:55.807 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:55 smithi160 conmon[40884]: cluster 2024-01-16T08:29:53.732170+0000 mgr.smithi046.mmaeer (mgr.14182) 72 : cluster 2024-01-16T08:29:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:55 smithi160 conmon[40884]: [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:55 smithi160 conmon[40884]: audit 2024-01-16T08:29:55.349249+0000 mon.smithi046 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.46:0/1903198630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:56.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:55 smithi046 conmon[35376]: cluster 2024-01-16T08:29:53.732170+0000 mgr.smithi046.mmaeer (mgr.14182) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:56.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:55 smithi046 conmon[35376]: audit 2024-01-16T08:29:56.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:55 smithi046 conmon[35376]: 2024-01-16T08:29:55.349249+0000 mon.smithi046 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.46:0/1903198630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:57.754 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:29:57.904 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: cluster 2024-01-16T08:29:55.732531+0000 mgr.smithi046.mmaeer (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.117602+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/3328957967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]: dispatch 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.118100+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]: dispatch 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.122027+0000 mon.smithi046 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]': finished 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: cluster 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: 2024-01-16T08:29:57.122077+0000 mon.smithi046 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T08:29:57.905 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.122176+0000 mon.smithi046 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:57.906 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.122486+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:57.906 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:57 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.122691+0000 mon.smithi046 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: cluster 2024-01-16T08:29:55.732531+0000 mgr.smithi046.mmaeer (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.117602+0000 mon.smithi160 (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/3328957967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]: dispatch 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.118100+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]: dispatch 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.122027+0000 mon.smithi046 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99561133-0a76-4f95-946d-27a2da18c77f"}]': finished 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: cluster 2024-01-16T08:29:57.122077+0000 mon.smithi046 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T08:29:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.122176+0000 mon.smithi046 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:57.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.122486+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:57.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:57 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.122691+0000 mon.smithi046 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:29:58.340 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1705393797,"num_remapped_pgs":0} 2024-01-16T08:29:58.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.759629+0000 mon.smithi046 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.46:0/2302193661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:58.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.946082+0000 mon.smithi046 (mon.0) 283 : audit [INF] from='client.? 172.21.15.46:0/2945305676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53866fc7-4719-40c1-9f1b-b12887655073"}]: dispatch 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.949779+0000 mon.smithi046 (mon.0) 284 : audit [INF] from='client.? 172.21.15.46:0/2945305676' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53866fc7-4719-40c1-9f1b-b12887655073"}]': finished 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: cluster 2024-01-16T08:29:57.949826+0000 mon.smithi046 (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.949925+0000 mon.smithi046 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.950221+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.950386+0000 mon.smithi046 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:57.950533+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:29:58.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:58 smithi160 conmon[40884]: audit 2024-01-16T08:29:58.435098+0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/3243386740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:59.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.759629+0000 mon.smithi046 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.46:0/2302193661' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.946082+0000 mon.smithi046 (mon.0) 283 : audit [INF] from='client.? 172.21.15.46:0/2945305676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53866fc7-4719-40c1-9f1b-b12887655073"}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.949779+0000 mon.smithi046 (mon.0) 284 : audit [INF] from='client.? 172.21.15.46:0/2945305676' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53866fc7-4719-40c1-9f1b-b12887655073"}]': finished 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: cluster 2024-01-16T08:29:57.949826+0000 mon.smithi046 (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.949925+0000 mon.smithi046 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.950221+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.950386+0000 mon.smithi046 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:57.950533+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: audit 2024-01-16T08:29:58.435098 2024-01-16T08:29:59.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:58 smithi046 conmon[35376]: +0000 mon.smithi160 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/3243386740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:59.342 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:29:59.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:59 smithi160 conmon[40884]: cluster 2024-01-16T08:29:57.732760+0000 mgr.smithi046.mmaeer (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:59.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:29:59 smithi160 conmon[40884]: audit 2024-01-16T08:29:59.405878+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.46:0/184781217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:29:59.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:59 smithi046 conmon[35376]: cluster 2024-01-16T08:29:57.732760+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:29:59.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:59 smithi046 conmon[35376]: .14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:29:59.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:29:59 smithi046 conmon[35376]: audit 2024-01-16T08:29:59.405878+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.46:0/184781217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:00.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:00 smithi046 conmon[35376]: cluster 2024-01-16T08:30:00.000108+0000 mon.smithi046 (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-01-16T08:30:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:00 smithi160 conmon[40884]: cluster 2024-01-16T08:30:00.000108+0000 mon.smithi046 (mon.0) 291 : cluster [INF] 2024-01-16T08:30:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:00 smithi160 conmon[40884]: overall HEALTH_OK 2024-01-16T08:30:01.189 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:01.773 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705393800,"num_remapped_pgs":0} 2024-01-16T08:30:01.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: cluster 2024-01-16T08:29:59.733080+0000 mgr.smithi046.mmaeer (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:01.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.956603+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/1591012838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]: dispatch 2024-01-16T08:30:01.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.957012+0000 mon.smithi046 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.960763+0000 mon.smithi046 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]': finished 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: cluster 2024-01-16T08:30:00.960824+0000 mon.smithi046 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.960931+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.961220+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.961415+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.961600+0000 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: mon.smithi046 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:00.961808+0000 mon.smithi046 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:01.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:01 smithi160 conmon[40884]: audit 2024-01-16T08:30:01.195321+0000 mon.smithi046 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.46:0/223971465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: cluster 2024-01-16T08:29:59.733080+0000 mgr.smithi046.mmaeer (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.956603+0000 mon.smithi160 (mon.1) 6 : audit [INF] from='client.? 172.21.15.160:0/1591012838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]: dispatch 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.957012+0000 mon.smithi046 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]: dispatch 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.960763+0000 mon.smithi046 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e749906-ce03-486d-8a46-e3ae3415f17f"}]': finished 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: cluster 2024-01-16T08:30:00.960824+0000 mon.smithi046 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T08:30:02.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.960931+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.961220+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: :30:00.961415+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.961600+0000 mon.smithi046 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:00.961808+0000 mon.smithi046 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:02.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:01 smithi046 conmon[35376]: audit 2024-01-16T08:30:01.195321+0000 mon.smithi046 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.46:0/223971465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:02.774 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:02.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.002774+0000 mon.smithi046 (mon.0) 301 : audit [INF] from='client.? 172.21.15.46:0/2622939642' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70f34ce3-55d8-4832-9e49-1e2bae16ef2c"}]: dispatch 2024-01-16T08:30:02.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: T08:30:02.006453+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='client.? 172.21.15.46:0/2622939642' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70f34ce3-55d8-4832-9e49-1e2bae16ef2c"}]': finished 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: cluster 2024-01-16T08:30:02.006512+0000 mon.smithi046 (mon.0) 303 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.006629+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.007057+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.007289+0000 mon.smithi046 (mon. 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: 0) 306 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: 01-16T08:30:02.007522 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 307 : audit [DBG] 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: 2024-01-16T08:30:02.007764+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: 2024-01-16T08:30:02 2024-01-16T08:30:02.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: .008032+0000 mon.smithi046 (mon.0) 309 : 2024-01-16T08:30:02.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:02.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:02.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: T08:30:02.222292+0000 2024-01-16T08:30:02.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:02 smithi160 conmon[40884]: mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/919782869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.002774+0000 mon.smithi046 ( 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: mon.0) 301 : audit [INF] from='client.? 172.21.15.46:0/2622939642' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70f34ce3-55d8-4832-9e49-1e2bae16ef2c"}]: dispatch 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.006453+0000 mon.smithi046 (mon.0) 302 : audit [INF] from='client.? 172.21.15.46:0/2622939642' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70f34ce3-55d8-4832-9e49-1e2bae16ef2c"}]': finished 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: cluster 2024-01-16T08:30:02.006512+0000 mon.smithi046 (mon.0) 303 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.006629+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:03.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.007057+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:03.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.007289+0000 mon.smithi046 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:03.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.007522+0000 mon.smithi046 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:03.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.007764+0000 mon.smithi046 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:03.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.008032+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:03.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:02 smithi046 conmon[35376]: audit 2024-01-16T08:30:02.222292+0000 mon.smithi160 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.160:0/919782869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:03.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:03 smithi046 conmon[35376]: cluster 2024-01-16T08:30:01.733408+0000 mgr.smithi046.mmaeer (mgr.14182) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:03.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:03 smithi046 conmon[35376]: audit 2024-01-16T08:30:03.401704+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.46:0/2377386040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:03.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:03 smithi160 conmon[40884]: cluster 2024-01-16T08:30:01.733408+0000 mgr.smithi046.mmaeer (mgr.14182) 76 2024-01-16T08:30:03.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:03 smithi160 conmon[40884]: : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:03.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:03 smithi160 conmon[40884]: audit 2024-01-16T08:30:03.401704+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.46:0/2377386040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:04.679 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:05.225 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705393802,"num_remapped_pgs":0} 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: cluster 2024-01-16T08:30:03.733768+0000 mgr.smithi046.mmaeer (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: 04.685983+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.46:0/1689819600' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.717533+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/3560276103' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]: dispatch 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.718037+0000 mon.smithi046 (mon.0) 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]: dispatch 2024-01-16T08:30:05.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.721833+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]': finished 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: cluster 2024-01-16T08:30:04.721884+0000 mon.smithi046 (mon.0) 314 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.721987+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.722267+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.722469+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.722634+0000 mon.smithi046 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.722813+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.722979+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:05.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:05 smithi160 conmon[40884]: audit 2024-01-16T08:30:04.723155+0000 mon.smithi046 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: cluster 2024-01-16T08:30:03.733768+0000 mgr.smithi046.mmaeer (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.685983+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.46:0/1689819600' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.717533+0000 mon.smithi160 (mon.1) 8 : audit [INF] from='client.? 172.21.15.160:0/3560276103' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.718037+0000 mon.smithi046 (mon.0) 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.721833+0000 mon.smithi046 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a74af37-6ab9-42ab-a923-2356dbe6a680"}]': finished 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: cluster 2024-01-16T08:30:04.721884+0000 mon.smithi046 (mon.0) 314 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.721987+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.722267+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.722469+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.722634+0000 mon.smithi046 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.722813+0000 mon.smithi046 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:06.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.722979+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:06.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:05 smithi046 conmon[35376]: audit 2024-01-16T08:30:04.723155+0000 mon.smithi046 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:06.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05.975278+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='client.? 172.21.15.46:0/3859343031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75a6ff12-909c-492c-a28e-dd74cd11f4a0"}]: dispatch 2024-01-16T08:30:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: T08:30:05.979400+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='client.? 172.21.15.46:0/3859343031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75a6ff12-909c-492c-a28e-dd74cd11f4a0"}]': finished 2024-01-16T08:30:06.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: cluster 2024-01-16T08:30:05.979449+0000 mon.smithi046 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: .979563+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05. 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: 979847+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: 01-16T08:30:05.980081+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05.980279+0000 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05.980470+0000 mon.smithi046 (mon. 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: 0) 329 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: -01-16T08:30:05.980672+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:05.980844+0000 mon.smithi046 (mon. 2024-01-16T08:30:06.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: 0) 331 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:06.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:06.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: 01-16T08:30:05.981051+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:06.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: audit 2024-01-16T08:30:06.004532+0000 2024-01-16T08:30:06.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:06 smithi160 conmon[40884]: mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/1751275254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.975278+0000 mon.smithi046 (mon.0) 322 : audit [INF] from='client.? 172.21.15.46:0/3859343031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75a6ff12-909c-492c-a28e-dd74cd11f4a0"}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.979400+0000 mon.smithi046 (mon.0) 323 : audit [INF] from='client.? 172.21.15.46:0/3859343031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75a6ff12-909c-492c-a28e-dd74cd11f4a0"}]': finished 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: cluster 2024-01-16T08:30:05.979449+0000 mon.smithi046 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.979563+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.979847+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.980081+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.980279+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: 16T08:30:05.980470+0000 mon.smithi046 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.980672+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.980844+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:07.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:05.981051+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:07.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:06 smithi046 conmon[35376]: audit 2024-01-16T08:30:06.004532+0000 mon.smithi160 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.160:0/1751275254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:07.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:07 smithi046 conmon[35376]: cluster 2024-01-16T08:30:05.734041+0000 mgr.smithi046.mmaeer 2024-01-16T08:30:07.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:07 smithi046 conmon[35376]: (mgr.14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:07.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:07 smithi046 conmon[35376]: audit 2024-01-16T08:30:07.526300+0000 mon.smithi046 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.46:0/1791544997' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:07 smithi160 conmon[40884]: cluster 2024-01-16T08:30:05.734041+0000 mgr.smithi046.mmaeer (mgr.14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:07 smithi160 conmon[40884]: audit 2024-01-16T08:30:07.526300 2024-01-16T08:30:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:07 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.46:0/1791544997' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T08:30:08.274 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:08.831 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:08.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:08 smithi160 conmon[40884]: audit 2024-01-16T08:30:08.280604+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.46:0/126941473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:09.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:08 smithi046 conmon[35376]: audit 2024-01-16T08:30:08.280604+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.46:0/126941473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:09.833 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:09.955 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:09 smithi160 conmon[40884]: cluster 2024-01-16T08:30:07.734323+0000 mgr.smithi046.mmaeer (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:09.996 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:09 smithi046 conmon[35376]: cluster 2024-01-16T08:30:07.734323+0000 mgr.smithi046.mmaeer (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:11.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:11 smithi046 conmon[35376]: cluster 2024-01-16T08:30:09.734758+0000 mgr.smithi046.mmaeer (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:11.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:11 smithi046 conmon[35376]: audit 2024-01-16T08:30:11.131712+0000 mon.smithi046 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T08:30:11.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:11 smithi046 conmon[35376]: audit 2024-01-16T08:30:11.132566+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:11 smithi160 conmon[40884]: cluster 2024-01-16T08:30:09.734758+0000 mgr.smithi046.mmaeer (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:11 smithi160 conmon[40884]: audit 2024-01-16T08:30:11.131712+0000 mon.smithi046 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T08:30:11.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:11 smithi160 conmon[40884]: audit 2024-01-16T08:30:11.132566+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:12.713 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:12.947 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:12 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:11.133335+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:30:12.948 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:12 smithi160 conmon[40884]: mgr.14182) 81 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-01-16T08:30:13.020 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:12 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:11.133335+0000 mgr.smithi046.mmaeer (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.0 on smithi160 2024-01-16T08:30:13.773 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:13.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:13 smithi160 conmon[40884]: cluster 2024-01-16T08:30:11.735036+0000 mgr.smithi046.mmaeer (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:13.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:13 smithi160 conmon[40884]: audit 2024-01-16T08:30:12.718798+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.46:0/1016018484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:13 smithi046 conmon[35376]: cluster 2024-01-16T08:30:11.735036+0000 mgr.smithi046.mmaeer (mgr.14182) 82 : cluster [DBG] 2024-01-16T08:30:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:13 smithi046 conmon[35376]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:13.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:13 smithi046 conmon[35376]: audit 2024-01-16T08:30:12.718798+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.46:0/1016018484' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:14.775 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:14.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:14 smithi046 conmon[35376]: audit 2024-01-16T08:30:13.975241+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:14.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:14 smithi046 conmon[35376]: 338 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T08:30:14.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:14 smithi046 conmon[35376]: audit 2024-01-16T08:30:13.976134+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:14.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:14 smithi160 conmon[40884]: audit 2024-01-16T08:30:13.975241+0000 mon.smithi046 (mon.0) 338 : 2024-01-16T08:30:14.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:14 smithi160 conmon[40884]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T08:30:14.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:14 smithi160 conmon[40884]: audit 2024-01-16T08:30:13.976134+0000 mon.smithi046 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:15.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:15 smithi046 conmon[35376]: cluster 2024-01-16T08:30:13. 2024-01-16T08:30:15.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:15 smithi046 conmon[35376]: 735438+0000 mgr.smithi046.mmaeer (mgr.14182) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:15.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:15 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:13.976831+0000 mgr.smithi046.mmaeer (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-01-16T08:30:15.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:15 smithi160 conmon[40884]: cluster 2024-01-16T08:30:13.735438+0000 mgr.smithi046.mmaeer (mgr.14182) 83 : cluster 2024-01-16T08:30:15.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:15 smithi160 conmon[40884]: [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:15.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:15 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:13.976831+0000 mgr.smithi046.mmaeer (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-01-16T08:30:17.174 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:16 smithi160 conmon[40884]: cluster 2024-01-16T08:30:15.735749+0000 mgr.smithi046.mmaeer (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:17.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:16 smithi160 conmon[40884]: audit 2024-01-16T08:30:15.910396+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:17.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:16 smithi160 conmon[40884]: audit 2024-01-16T08:30:15.911176+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T08:30:17.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:16 smithi160 conmon[40884]: audit 2024-01-16T08:30:15.911953+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:17.175 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:16 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:15.912601+0000 mgr.smithi046.mmaeer (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-01-16T08:30:17.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:16 smithi046 conmon[35376]: cluster 2024-01-16T08:30:15.735749+0000 mgr.smithi046.mmaeer (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:17.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:16 smithi046 conmon[35376]: audit 2024-01-16T08:30:15.910396+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:17.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:16 smithi046 conmon[35376]: audit 2024-01-16T08:30:15.911176+0000 mon.smithi046 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T08:30:17.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:16 smithi046 conmon[35376]: audit 2024-01-16T08:30:15.911953+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:17.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:16 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:15.912601+0000 mgr.smithi046.mmaeer (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-01-16T08:30:17.473 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:17.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:17 smithi160 conmon[40884]: audit 2024-01-16T08:30:17.478320+0000 mon.smithi046 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.46:0/3332467440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:18.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:17 smithi046 conmon[35376]: audit 2024-01-16T08:30:17.478320+0000 mon.smithi046 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.46:0/3332467440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:18.063 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:19.064 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:19.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:18 smithi046 conmon[35376]: cluster 2024-01-16T08:30:17.735998+0000 mgr.smithi046.mmaeer (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:19.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:18 smithi160 conmon[40884]: cluster 2024-01-16T08:30:17.735998+0000 2024-01-16T08:30:19.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:18 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:20.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:19 smithi046 conmon[35376]: audit 2024-01-16T08:30:19.106017+0000 2024-01-16T08:30:20.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:19 smithi046 conmon[35376]: mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T08:30:20.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:19 smithi046 conmon[35376]: audit 2024-01-16T08:30:19.106456+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T08:30:20.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:19 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.106017+0000 mon.smithi160 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T08:30:20.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:19 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.106456 2024-01-16T08:30:20.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:19 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T08:30:20.923 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: cluster 2024-01-16T08:30:19.736293+0000 mgr.smithi046.mmaeer (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.922781+0000 mon.smithi046 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: cluster 2024-01-16T08:30:19.922844+0000 mon.smithi046 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.922962+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.923240+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.923376+0000 mon.smithi160 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.923414+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.923622+0000 mon.smithi046 (mon.0) 350 : audit [DBG] 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:20.924 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.923894+0000 mon.smithi046 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:21.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.924141+0000 mon.smithi046 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:21.197 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.924345+0000 mon.smithi046 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.924528+0000 mon.smithi046 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:19.924734+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.667474+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.668293+0000 mon.smithi046 (mon.0) 357 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.669060+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:20.669816+0000 mgr.smithi046.mmaeer (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.757045+0000 mon.smithi046 (mon.0) 359 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.757955+0000 mon.smithi046 (mon.0) 360 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T08:30:21.198 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:20 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.758617+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: cluster 2024-01-16T08:30:19 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: .736293+0000 mgr.smithi046.mmaeer (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:19.922781+0000 mon.smithi046 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: cluster 2024-01-16T08:30:19.922844+0000 mon.smithi046 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:19.922962+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:19.923240+0000 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:21.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 01-16T08:30:19.923376+0000 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi160 (mon.1) 11 : audit 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: [INF] from='osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -16T08:30:19. 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 923414+0000 mon.smithi046 (mon.0 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: ) 349 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: :30:19.923622+0000 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi046 (mon.0) 350 : audit 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:30:21.207 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 16T08:30:19.923894+0000 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi046 (mon.0) 351 : 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08: 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 30:19.924141+0000 mon.smithi046 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08: 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 30:19.924345+0000 mon.smithi046 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: (mon.0) 353 : audit 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:30:21.208 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 01-16T08:30:19.924528+0000 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi046 (mon.0) 354 : 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -01-16T08:30: 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 19.924734+0000 mon.smithi046 (mon. 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 0) 355 : audit [DBG] 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08:30:20 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: .667474+0000 mon.smithi046 (mon.0 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: ) 356 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 01-16T08:30:20. 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 668293+0000 mon.smithi046 (mon.0) 357 : audit 2024-01-16T08:30:21.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -16T08:30:20 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: .669060+0000 mon.smithi046 (mon.0 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: ) 358 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: cephadm 2024 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -01-16T08:30:20. 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 669816+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: ) 89 : cephadm [INF] Deploying daemon osd.4 on smithi160 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 2024-01-16 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: T08:30:20.757045+0000 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: mon.smithi046 (mon.0) 359 : 2024-01-16T08:30:21.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -01-16T08:30: 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: 20.757955+0000 mon.smithi046 (mon 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: .0) 360 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: audit 2024 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: -01-16T08:30 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: :20.758617+0000 mon.smithi046 (mon 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: .0) 361 : audit [DBG] 2024-01-16T08:30:21.211 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:20 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:21.337 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:20.759203+0000 mgr.smithi046.mmaeer 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.3 on smithi046 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.924561+0000 mon.smithi046 (mon.0) 362 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: cluster 2024-01-16T08:30:20.924620+0000 mon.smithi046 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.924934+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925182+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925334+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925510+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925672+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925833+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.925992+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.926151+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:20.934601+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:22.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:21 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.343379+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/1562007208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:22.156 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:20.759203+0000 mgr.smithi046.mmaeer (mgr.14182) 90 : 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: cephadm [INF] Deploying daemon osd.3 on smithi046 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.924561+0000 mon.smithi046 (mon.0) 362 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: cluster 2024-01-16T08:30:20.924620+0000 mon.smithi046 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.924934+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:22.190 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925182+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925334+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925510+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925672+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925833+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.925992+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.926151+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:20.934601+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:22.191 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:21 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.343379+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.46:0/1562007208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:23.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: cluster 2024-01-16T08:30:20.086155+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: cluster 2024-01-16T08:30:20.086203+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: cluster 2024-01-16T08:30:21.736679+0000 mgr.smithi046.mmaeer (mgr.14182) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.932710+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: cluster 2024-01-16T08:30:21.936136+0000 mon.smithi046 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182] boot 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: cluster 2024-01-16T08:30:21.936183+0000 mon.smithi046 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.936601+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.937086+0000 mon.smithi046 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.937275+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.937470+0000 mon.smithi046 (mon.0) 380 : audit 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.937675+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:23.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.937868+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:23.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.938080+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:23.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:22 smithi046 conmon[35376]: audit 2024-01-16T08:30:21.938256+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:23.157 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: cluster 2024-01-16T08:30:20.086155+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: cluster 2024-01-16T08:30:20.086203+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: cluster 2024-01-16T08:30:21.736679+0000 mgr.smithi046.mmaeer (mgr.14182) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.932710+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: cluster 2024-01-16T08:30:21.936136+0000 mon.smithi046 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.160:6800/1451265182,v1:172.21.15.160:6801/1451265182] boot 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: cluster 2024-01-16T08:30:21.936183+0000 mon.smithi046 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.936601+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.937086+0000 mon.smithi046 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.937275+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.937470+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:23.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.937675+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:23.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.937868+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:23.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.938080+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:23.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:22 smithi160 conmon[40884]: audit 2024-01-16T08:30:21.938256+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: cluster 2024-01-16T08:30:22.941502+0000 mon.smithi046 (mon.0) 385 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.941627+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.941928+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.942133+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.942325+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.942506+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:24.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.942795+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:24.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:22.943042+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:24.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.868771+0000 mon.smithi160 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T08:30:24.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:23 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.869254+0000 mon.smithi046 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T08:30:24.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: cluster 2024-01-16T08:30:22.941502+0000 mon.smithi046 (mon.0) 385 : 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08:30:22.941627+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08:30:22.941928+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 387 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08:30:22.942133+0000 mon.smithi046 ( 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 01-16T08:30:22.942325+0000 mon.smithi046 (mon. 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 0) 389 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08:30:22 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: .942506+0000 mon.smithi046 (mon.0) 390 : audit [DBG] 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08:30:22 2024-01-16T08:30:24.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: .942795+0000 mon.smithi046 (mon.0) 391 : audit [DBG] 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: :30:22.943042+0000 mon.smithi046 (mon.0) 392 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 01-16T08:30:23.868771+0000 mon.smithi160 (mon. 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 1) 12 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 01-16T08:30:23.869254+0000 mon.smithi046 (mon. 2024-01-16T08:30:24.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:23 smithi160 conmon[40884]: 0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T08:30:25.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: cluster 2024-01-16T08:30:23.737147+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:30:25.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T08:30:25.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.948683+0000 mon.smithi046 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T08:30:25.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: cluster 2024-01-16T08:30 2024-01-16T08:30:25.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: :23.948763+0000 mon.smithi046 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.948884+0000 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: mon.smithi046 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23. 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 949267+0000 mon.smithi046 (mon.0) 397 : audit [DBG] 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.949304+0000 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: mon.smithi160 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 2024-01-16T08:30:23.949439+0000 mon.smithi046 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 30:23.949702+0000 mon.smithi046 (mon.0) 399 : audit 2024-01-16T08:30:25.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23. 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 949977+0000 mon.smithi046 (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=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 2024-01-16T08:30:23.950235+0000 mon.smithi046 (mon. 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 0) 401 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 08:30:23.950399+0000 mon.smithi046 (mon.0) 402 : 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23. 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: 950558+0000 mon.smithi046 (mon.0) 403 : audit [DBG] 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: audit 2024-01-16T08:30:23.955335+0000 mon.smithi046 2024-01-16T08:30:25.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:24 smithi046 conmon[35376]: (mon.0) 404 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: cluster 2024-01-16T08:30:23.737147+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 14182) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30:23.948683+0000 mon.smithi046 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: cluster 2024-01-16T08:30:23.948763+0000 mon.smithi046 ( 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 08:30:23.948884+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 396 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:25.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 23.949267+0000 mon.smithi046 (mon.0) 397 : audit [DBG] 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 2024-01-16T08:30:23.949304+0000 mon.smithi160 (mon.1 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: ) 13 : audit [INF] from='osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 16T08:30:23.949439 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 398 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: -01-16T08:30:23.949702+0000 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: mon.smithi046 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:25.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 2024-01-16T08:30:23.949977+0000 mon.smithi046 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: (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=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30:23.950235+0000 mon.smithi046 (mon.0) 401 : audit 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 08:30:23.950399+0000 mon.smithi046 (mon. 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 0) 402 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01-16T08:30:23 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: .950558+0000 mon.smithi046 (mon.0) 403 : audit 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 16T08:30:23.955335+0000 mon.smithi046 (mon 2024-01-16T08:30:25.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: .0) 404 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T08:30:25.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:24 smithi160 conmon[40884]: 2024-01-16T08:30:25.787 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:26.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24. 2024-01-16T08:30:26.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 948093+0000 mon.smithi046 (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=smithi160", "root=default"]}]': finished 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.948183+0000 mon.smithi046 (mon.0) 406 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: cluster 2024-01-16T08:30:24.948250+0000 mon.smithi046 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.948671+0000 mon.smithi046 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.949152+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.953167+0000 mon.smithi046 (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.953440+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.953641+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:26.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.953824+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.954227+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:24.954430+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 16T08:30:24.954663+0000 mon.smithi046 (mon. 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 0) 416 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 01-16T08:30:25 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: .441816+0000 mon.smithi046 (mon.0 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: ) 417 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 2024- 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 01-16T08:30:25 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: .442627+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 418 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 2024- 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 01-16T08:30:25. 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 443509+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 419 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: cephadm 2024- 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 01-16T08:30:25.444271 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 93 : cephadm 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: [INF] Deploying daemon osd.6 on smithi160 2024-01-16T08:30:26.112 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:26.113 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: -16T08:30:25. 2024-01-16T08:30:26.113 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: 791366+0000 mon.smithi046 (mon.0) 420 : 2024-01-16T08:30:26.113 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:25 smithi046 conmon[35376]: audit [DBG] from='client.? 172.21.15.46:0/3169283297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:24.948093+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:24.948183+0000 mon.smithi046 (mon.0) 406 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: cluster 2024-01-16T08:30:24.948250+0000 mon.smithi046 ( 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: -01-16T08:30:24.948671+0000 mon.smithi046 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 16T08:30:24.949152+0000 mon.smithi046 (mon 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: .0) 409 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:24.953167+0000 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.smithi046 (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:24.953440+0000 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.smithi046 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 01-16T08:30:24.953641+0000 mon.smithi046 ( 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: -16T08:30:24.953824+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 16T08:30:24.954227+0000 mon.smithi046 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: (mon.0) 414 : audit [DBG] 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: -01-16T08:30:24.954430+0000 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:24.954663+0000 mon.smithi046 (mon 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: .0) 416 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: -16T08:30:25.441816+0000 mon.smithi046 ( 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.0) 417 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: -01-16T08:30:25.442627+0000 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.smithi046 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:25.443509+0000 mon.smithi046 ( 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: cephadm 2024- 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 01-16T08:30:25.444271+0000 mgr.smithi046.mmaeer 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.6 on smithi160 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:25.791366+0000 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: mon.smithi046 (mon.0) 420 : audit [DBG] from='client.? 172.21.15.46:0/3169283297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:26.227 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:25 smithi160 conmon[40884]: 2024-01-16T08:30:26.572 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1705393821,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:27.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:24.896528+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:27.031 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:24.896594+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:24.931705+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:24.931785+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:25.737450+0000 mgr.smithi046.mmaeer (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.953040+0000 mon.smithi046 (mon.0) 421 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:25.953124+0000 mon.smithi046 (mon.0) 422 : cluster [INF] osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490] boot 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: cluster 2024-01-16T08:30:25.953157+0000 mon.smithi046 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.953479+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.953812+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.954296+0000 mon.smithi046 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.954464+0000 mon.smithi046 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25. 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: 954615+0000 mon.smithi046 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.954810+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:27.032 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.954973+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:27.033 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:26 smithi160 conmon[40884]: audit 2024-01-16T08:30:25.960802+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:27.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08:30:24.896528+0000 osd.2 2024-01-16T08:30:27.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:27.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08:30:24.896594+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08:30:24.931705+0000 osd.1 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 08:30:24.931785+0000 osd.1 (osd.1) 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: :30:25.737450+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: ) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 30:25.953040+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 421 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08:30 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: :25.953124+0000 mon.smithi046 (mon.0) 422 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: : cluster [INF] osd.2 [v2:172.21.15.160:6808/3225546490,v1:172.21.15.160:6809/3225546490] boot 2024-01-16T08:30:27.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: cluster 2024-01-16T08:30:25. 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 953157+0000 mon.smithi046 (mon.0) 423 : cluster [DBG] 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: osdmap e20: 8 total, 2 up, 8 in 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 2024-01-16T08:30:25.953479+0000 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: mon.smithi046 (mon.0) 424 : 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 01-16T08:30:25.953812+0000 mon.smithi046 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: (mon.0) 425 : audit [DBG] 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: T08:30:25.954296+0000 mon.smithi046 (mon. 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 0) 426 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:27.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 30:25.954464+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 427 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08:30: 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 25.954615+0000 mon.smithi046 (mon.0) 428 : 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08:30:25 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: .954810+0000 mon.smithi046 (mon.0) 429 : audit 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: 2024-01-16T08:30:25.954973+0000 mon.smithi046 (mon 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: .0) 430 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: :30:25.960802+0000 mon.smithi046 (mon.0 2024-01-16T08:30:27.389 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:26 smithi046 conmon[35376]: ) 431 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:27.573 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:28.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.956909+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:28.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: cluster 2024-01-16T08:30:26.962348+0000 mon.smithi046 (mon.0) 433 : cluster [INF] osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460] boot 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: cluster 2024-01-16T08:30:26.962433+0000 mon.smithi046 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.964205+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.964514+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.968475+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.968982+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.969252+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.969512+0000 mon.smithi046 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:26.969839+0000 mon.smithi046 (mon.0) 441 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 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-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:27.606064+0000 mon.smithi046 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:27.606939+0000 mon.smithi046 (mon.0) 443 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: audit 2024-01-16T08:30:27.607625+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:28.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:27.608218+0000 mgr.smithi046.mmaeer (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: 16T08:30:26.956909+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: cluster 2024-01-16T08:30:26.962348+0000 mon.smithi046 (mon.0) 433 : cluster [INF] osd.1 [v2:172.21.15.46:6802/1567672460,v1:172.21.15.46:6803/1567672460] boot 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: cluster 2024-01-16T08:30:26.962433+0000 mon.smithi046 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.964205+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.964514+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.968475+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.968982+0000 mon.smithi046 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.969252+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:28.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.969512+0000 mon.smithi046 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:28.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:26.969839+0000 mon.smithi046 (mon.0) 441 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 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-16T08:30:28.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.606064+0000 mon.smithi046 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:28.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.606939+0000 mon.smithi046 (mon.0) 443 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T08:30:28.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.607625+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:28.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:27.608218+0000 mgr.smithi046.mmaeer (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: cluster 2024-01-16T08:30:27.737733+0000 mgr.smithi046.mmaeer (mgr.14182) 96 : cluster 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08:30:27.972544+0000 mon.smithi046 (mon.0) 445 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 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-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: cluster 2024-01 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: -16T08:30:27.972595+0000 mon.smithi046 (mon.0) 446 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: 30:27.972744+0000 mon.smithi046 (mon.0) 447 : audit 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08:30:27 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: .973133+0000 mon.smithi046 (mon.0) 448 : audit [DBG] 2024-01-16T08:30:29.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: 27.973404+0000 mon.smithi046 (mon.0) 449 : audit 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: :30:27.973686+0000 mon.smithi046 (mon.0) 450 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: -01-16T08:30:27.973909+0000 mon.smithi046 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: (mon.0) 451 : audit [DBG] 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: :30:27.974870+0000 mon.smithi046 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01-16T08:30:29.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: 2024-01-16T08:30:28.667491+0000 mon.smithi160 (mon.1 2024-01-16T08:30:29.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: ) 14 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T08:30:29.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:30:29.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: -16T08:30:28.667971+0000 mon.smithi046 (mon. 2024-01-16T08:30:29.226 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:28 smithi160 conmon[40884]: 0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T08:30:29.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: cluster 2024-01-16T08:30:27.737733+0000 mgr.smithi046.mmaeer (mgr.14182) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T08:30:29.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.972544+0000 mon.smithi046 (mon.0) 445 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 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-16T08:30:29.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: cluster 2024-01-16T08:30:27.972595+0000 mon.smithi046 (mon.0) 446 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.972744+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.973133+0000 mon.smithi046 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.973404+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.973686+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.973909+0000 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: mon.smithi046 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:27.974870+0000 mon.smithi046 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.667491+0000 mon.smithi160 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T08:30:29.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:28 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.667971+0000 mon.smithi046 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T08:30:30.093 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:30.241 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16T08:30:28.977566+0000 mon.smithi046 (mon.0) 454 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16T08:30:28.977626+0000 mon.smithi046 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: cluster 2024-01-16T08:30:28.977721+0000 mon.smithi046 (mon.0) 456 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16T08:30:28.977889+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16T08:30:28 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: .978259+0000 mon.smithi046 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 16T08:30:28.978450+0000 mon.smithi046 ( 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 2024-01-16T08:30:28.978615+0000 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: mon.smithi046 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: T08:30:28.978864+0000 mon.smithi046 ( 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: mon.0) 461 : audit [DBG] 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: -01-16T08:30: 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 28.983233+0000 mon.smithi160 (mon.1 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: ) 15 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 01-16T08:30:28. 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: 983718+0000 mon.smithi046 (mon.0) 462 : audit [INF] 2024-01-16T08:30:30.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:29 smithi160 conmon[40884]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.977566+0000 mon.smithi046 (mon.0) 454 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.977626+0000 mon.smithi046 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: cluster 2024-01-16T08:30:28.977721+0000 mon.smithi046 (mon.0) 456 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.977889+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.978259+0000 mon.smithi046 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.978450+0000 mon.smithi046 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.978615+0000 mon.smithi046 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.978864+0000 mon.smithi046 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.983233+0000 mon.smithi160 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:30.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:29 smithi046 conmon[35376]: audit 2024-01-16T08:30:28.983718+0000 mon.smithi046 (mon.0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:30.791 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1705393826,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:31.209 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: cluster 2024-01-16T08:30:29.738171+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08:30:29.980678+0000 mon.smithi046 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: cluster 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 2024-01-16T08:30:29.980784+0000 mon.smithi046 (mon.0) 464 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 29.981180+0000 mon.smithi046 (mon.0) 465 : audit 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 2024-01-16T08:30:29.981387+0000 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: mon.smithi046 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:31.210 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 16T08:30:29.981526+0000 mon.smithi046 ( 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 08:30:29.981729+0000 mon.smithi046 (mon.0 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: ) 468 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 30:29.981903+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 469 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08:30 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: :29.988001+0000 mon.smithi046 (mon.0) 470 : audit 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:31.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 2024-01-16T08:30:30.099027+0000 mon.smithi046 (mon 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: .0) 471 : audit [DBG] from='client.? 172.21.15.46:0/1584265254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 08:30:30.482184+0000 mon.smithi046 (mon. 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 0) 472 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 30:30.858875+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:31.212 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:30 smithi160 conmon[40884]: 473 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T08:30:31.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: cluster 2024-01-16T08:30:29.738171+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:30:31.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 14182) 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:29.980678+0000 mon.smithi046 (mon.0) 463 : audit 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: cluster 2024-01-16T08:30 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: :29.980784+0000 mon.smithi046 (mon.0) 464 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:29 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: .981180+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:29.981387+0000 mon.smithi046 (mon. 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 0) 466 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:31.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: -16T08:30:29.981526+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30: 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 29.981729+0000 mon.smithi046 (mon.0) 468 : audit 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 2024-01-16T08:30:29.981903+0000 mon.smithi046 (mon 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: .0) 469 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: :30:29.988001+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 470 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:30. 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 099027+0000 mon.smithi046 (mon.0) 471 : audit 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: [DBG] from='client.? 172.21.15.46:0/1584265254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:31.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08:30:31.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: 2024-01-16T08:30:30.482184+0000 mon.smithi046 (mon 2024-01-16T08:30:31.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: .0) 472 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:31.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:30:31.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: :30:30.858875+0000 mon.smithi046 (mon.0 2024-01-16T08:30:31.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:30 smithi046 conmon[35376]: ) 473 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T08:30:31.792 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: cluster 2024-01-16T08:30:29.712323+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: cluster 2024-01-16T08:30:29.712365+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: cluster 2024-01-16T08:30:30.988273+0000 mon.smithi046 (mon.0) 474 : cluster [INF] osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268] boot 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.988350+0000 mon.smithi046 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: cluster 2024-01-16T08:30:30.988404+0000 mon.smithi046 (mon.0) 476 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.988851+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.989373+0000 mon.smithi046 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:32.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.993004+0000 mon.smithi046 (mon.0) 479 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:32.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.993262+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:32.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.993484+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:32.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:31 smithi160 conmon[40884]: audit 2024-01-16T08:30:30.993820+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: cluster 2024-01-16T08: 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: 30:29.712323+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: cluster 2024-01-16T08:30:29.712365+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: cluster 2024-01-16T08:30:30.988273+0000 mon.smithi046 (mon.0) 474 : cluster [INF] osd.4 [v2:172.21.15.160:6816/2292983268,v1:172.21.15.160:6817/2292983268] boot 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T08:30:30.988350+0000 mon.smithi046 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: cluster 2024-01-16T08:30:30.988404+0000 mon.smithi046 (mon.0) 476 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-16T08:30:32.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T08:30:30.988851+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T08:30:30.989373+0000 mon.smithi046 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T08:30:30.993004+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: 479 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T08:30:30.993262 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01-16T 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: 08:30:30.993484+0000 mon.smithi046 (mon. 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: 0) 481 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: -16T08:30:30.993820+0000 mon.smithi046 (mon 2024-01-16T08:30:32.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:31 smithi046 conmon[35376]: .0) 482 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: cluster 2024-01-16T08:30:31.738491+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: ) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:31.994387+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: cluster 2024-01-16T08:30:31.994466+0000 mon.smithi046 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:31.994938+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:31.995206+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:33.247 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:32.000541+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:33.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:32.001067+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:33.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: audit 2024-01-16T08:30:32.001280+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:33.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: cluster 2024-01-16T08:30:32.995470+0000 mon.smithi046 (mon.0) 490 : cluster [INF] osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429] boot 2024-01-16T08:30:33.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:32 smithi160 conmon[40884]: cluster 2024-01-16T08:30:32.995497+0000 mon.smithi046 (mon.0) 491 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-16T08:30:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: cluster 2024-01-16T08:30:31.738491+0000 mgr.smithi046.mmaeer (mgr.14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T08:30:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:31.994387+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: cluster 2024-01-16T08:30:31.994466+0000 mon.smithi046 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-16T08:30:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:31.994938+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:31.995206+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:33.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.000541+0000 mon.smithi046 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:33.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.001067+0000 mon.smithi046 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:33.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.001280+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:33.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: cluster 2024-01-16T08:30:32.995470+0000 mon.smithi046 (mon.0) 490 : cluster [INF] osd.3 [v2:172.21.15.46:6810/2379944429,v1:172.21.15.46:6811/2379944429] boot 2024-01-16T08:30:33.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:32 smithi046 conmon[35376]: cluster 2024-01-16T08:30:32.995497+0000 mon.smithi046 (mon.0) 491 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-16T08:30:34.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: cluster 2024-01-16T08:30:31.874559+0000 osd.3 ( 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: cluster 2024-01-16T08:30:31.874631+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.995836+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.996626+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.996815+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08:30:32.997026+0000 mon.smithi046 (mon.0) 495 : audit [DBG] 2024-01-16T08:30:34.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: :30:33.272441+0000 mon.smithi046 ( 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: 2024-01-16T08 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: :30:33.674934+0000 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: mon.smithi160 (mon.1) 16 : audit [INF] 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: from='osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: T08:30:33.675448+0000 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: mon.smithi046 (mon.0) 497 : audit [INF] 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:30:34.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: T08:30:33.996781+0000 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: mon.smithi046 (mon.0) 498 : audit [INF] 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: cluster 2024- 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: 01-16T08:30:33 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: .996853+0000 mon.smithi046 (mon.0) 499 2024-01-16T08:30:34.388 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:33 smithi046 conmon[35376]: : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-16T08:30:34.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: cluster 2024-01-16T08:30:31.874559+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:34.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: cluster 2024-01-16T08:30:31.874631+0000 osd.3 2024-01-16T08:30:34.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:34.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08:30:32.995836+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T08:30:34.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08:30:32.996626+0000 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: mon.smithi046 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: :30:32.996815+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: T08:30:32.997026+0000 mon.smithi046 (mon.0) 495 : audit 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 2024-01-16T08:30:33.272441+0000 mon.smithi046 (mon. 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 0) 496 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 30:33.674934+0000 mon.smithi160 (mon.1) 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 16 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T08:30:34.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08:30:33 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: .675448+0000 mon.smithi046 (mon.0) 497 : audit 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: 2024-01-16T08:30:33.996781+0000 mon.smithi046 (mon 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: .0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: cluster 2024-01-16T08 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: :30:33.996853+0000 mon.smithi046 (mon.0 2024-01-16T08:30:34.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:34 smithi160 conmon[40884]: ) 499 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-16T08:30:34.527 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: cluster 2024-01-16T08:30:33.738890+0000 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:33.996991+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:33.997648+0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:33.997906+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:33.998278+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:33.998569+0000 mon.smithi046 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:35.255 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:35 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.533001+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.46:0/366289656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:35.256 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1705393832,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: cluster 2024-01-16T08:30:33.738890+0000 mgr.smithi046.mmaeer (mgr.14182) 99 : cluster 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024-01-16T08:30:33.996991+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024-01-16T08:30:33.997648 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: +0000 mon.smithi160 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:30:35.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: 01-16T08:30:33.997906+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: 501 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024-01-16T08:30:33 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: .998278+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: 33.998569+0000 mon.smithi046 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.533001+0000 mon.smithi046 (mon 2024-01-16T08:30:35.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:35 smithi160 conmon[40884]: .0) 504 : audit [DBG] from='client.? 172.21.15.46:0/366289656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.998592+0000 mon.smithi046 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: cluster 2024-01-16T08:30:34.998699+0000 mon.smithi046 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-16T08:30:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.998850+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.999627+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:34.999856+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:35.004142+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:35.263228+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:35.264201+0000 mon.smithi046 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: audit 2024-01-16T08:30:35. 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: 265010+0000 mon.smithi046 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:36 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:35.265632+0000 mgr.smithi046.mmaeer (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-01-16T08:30:36.259 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.998592+0000 mon.smithi046 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: cluster 2024-01-16T08:30:34.998699+0000 mon.smithi046 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.998850+0000 mon.smithi046 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: :30:34.999627+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:36.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:34.999856+0000 mon.smithi046 (mon.0) 509 : audit [DBG] 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:35.004142+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:35.263228+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:35.264201+0000 mon.smithi046 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: audit 2024-01-16T08:30:35.265010+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: 513 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:35.265632+0000 2024-01-16T08:30:36.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:36 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: cluster 2024-01-16T08:30:34.631064+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: cluster 2024-01-16T08:30:34.631157+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: cluster 2024-01-16T08:30:35.739332+0000 mgr.smithi046.mmaeer (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: audit 2024-01-16T08:30:36.006058+0000 mon.smithi046 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: cluster 2024-01-16T08:30:36.008878+0000 mon.smithi046 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092] boot 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: cluster 2024-01-16T08:30:36.008918+0000 mon.smithi046 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: audit 2024-01-16T08:30:36.009067+0000 mon.smithi046 (mon.0) 517 2024-01-16T08:30:37.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:37.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: audit 2024-01-16T08:30:36.009400+0000 mon.smithi046 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:37.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:37 smithi046 conmon[35376]: audit 2024-01-16T08:30:36.009668+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:37.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: cluster 2024-01-16T08:30:34.631064+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:37.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: cluster 2024-01-16T08:30:34.631157+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:37.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: cluster 2024-01-16T08:30:35.739332+0000 mgr.smithi046.mmaeer (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T08:30:37.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: audit 2024-01-16T08:30:36.006058+0000 mon.smithi046 (mon.0) 514 2024-01-16T08:30:37.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: cluster 2024-01-16T08:30:36.008878 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.160:6824/2243920092,v1:172.21.15.160:6825/2243920092] boot 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: cluster 2024- 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: 01-16T08:30:36.008918+0000 mon.smithi046 (mon.0) 516 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: audit 2024-01-16T08:30:36.009067 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: T08:30:36.009400+0000 mon.smithi046 (mon.0 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: ) 518 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: audit 2024-01-16T08:30:36.009668 2024-01-16T08:30:37.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:37 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:38.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:38 smithi046 conmon[35376]: cluster 2024-01-16T08:30:37.265868+0000 mon.smithi046 (mon.0) 520 2024-01-16T08:30:38.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:38 smithi046 conmon[35376]: : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-16T08:30:38.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:38 smithi046 conmon[35376]: audit 2024-01-16T08:30:37.265991+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:38.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:38 smithi046 conmon[35376]: audit 2024-01-16T08:30:37.266241+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:38.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:38 smithi160 conmon[40884]: cluster 2024-01-16T08:30:37.265868+0000 mon.smithi046 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-16T08:30:38.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:38 smithi160 conmon[40884]: audit 2024 2024-01-16T08:30:38.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:38 smithi160 conmon[40884]: -01-16T08:30:37.265991+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:38.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:38 smithi160 conmon[40884]: audit 2024-01-16T08:30:37.266241+0000 mon.smithi046 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:39.161 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:39.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:39 smithi046 conmon[35376]: cluster 2024-01-16T08:30:37.739777 2024-01-16T08:30:39.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:39 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:39.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:39 smithi046 conmon[35376]: audit 2024-01-16T08:30:38.281120+0000 mon.smithi046 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T08:30:39.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:39 smithi046 conmon[35376]: audit 2024-01-16T08:30:39.166943+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.46:0/3202985623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:39 smithi160 conmon[40884]: cluster 2024-01-16T08:30:37.739777+0000 mgr.smithi046.mmaeer (mgr.14182) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:39 smithi160 conmon[40884]: audit 2024-01-16T08:30:38.281120+0000 mon.smithi046 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T08:30:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:39 smithi160 conmon[40884]: audit 2024-01-16T08:30:39.166943+0000 mon.smithi046 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.46:0/3202985623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:40.005 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1705393836,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:40.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: audit 2024-01-16T08:30:39.275638+0000 2024-01-16T08:30:40.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: mon.smithi046 (mon.0) 525 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T08:30:40.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: cluster 2024-01-16T08:30:39.275704+0000 mon.smithi046 (mon.0) 526 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-16T08:30:40.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 30:39.275926+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: audit 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 2024-01-16T08:30: 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 39.276345+0000 mon.smithi046 (mon. 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 0) 528 : audit [DBG] 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: audit 2024-01 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: -16T08:30:39. 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 276566+0000 mon.smithi046 (mon.0) 2024-01-16T08:30:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:40 smithi046 conmon[35376]: 529 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: audit 2024-01-16T08:30:39.275638+0000 mon.smithi046 (mon.0) 525 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: cluster 2024-01-16T08:30:39.275704+0000 mon.smithi046 (mon.0) 526 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: audit 2024-01-16T08:30:39.275926+0000 mon.smithi046 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: audit 2024-01-16T08:30:39.276345+0000 mon.smithi046 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: audit 2024-01-16T08:30:39.276566+0000 mon.smithi046 2024-01-16T08:30:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:40 smithi160 conmon[40884]: (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:41.007 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:41.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: cluster 2024-01-16T08:30:39.295756+0000 osd.5 (osd.5) 1 2024-01-16T08:30:41.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: cluster 2024-01-16T08:30:39.295829+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: cluster 2024-01-16T08:30:39.740306+0000 mgr.smithi046.mmaeer (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: audit 2024-01-16T08:30:40.277154+0000 mon.smithi046 (mon.0) 530 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: cluster 2024-01-16T08:30:40.277240+0000 mon.smithi046 (mon.0) 531 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: audit 2024-01-16T08:30:40.277635+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: audit 2024-01-16T08:30:40.277922+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:41.386 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:41 smithi046 conmon[35376]: audit 2024-01-16T08:30:40.282387+0000 mon.smithi046 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: cluster 2024-01-16T08:30:39.295756+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: cluster 2024-01-16T08:30:39.295829+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: cluster 2024-01-16T08:30:39.740306+0000 mgr.smithi046.mmaeer (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: audit 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: 2024-01-16T08:30:40.277154+0000 mon.smithi046 (mon.0) 530 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: cluster 2024-01-16T08: 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: 30:40.277240+0000 mon.smithi046 (mon.0) 531 : 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: audit 2024-01-16T08:30:40.277635 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: +0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: 16T08:30:40.277922+0000 mon.smithi046 (mon 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: .0) 533 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:41.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: audit 2024-01-16T08:30:40.282387+0000 mon.smithi046 2024-01-16T08:30:41.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:41 smithi160 conmon[40884]: (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: cluster 2024-01-16T08:30:41.282375+0000 mon.smithi046 (mon.0) 535 : cluster 2024-01-16T08:30:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: [INF] osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424] boot 2024-01-16T08:30:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: cluster 2024-01-16T08:30:41.282408+0000 mon.smithi046 (mon.0) 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-16T08:30:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: audit 2024-01-16T 2024-01-16T08:30:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: 08:30:41.282724+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: audit 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: 2024-01-16T08:30: 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: 41.283019+0000 mon.smithi046 (mon.0) 538 : 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: audit 2024-01-16T08:30:41.708201+0000 mon.smithi046 (mon. 2024-01-16T08:30:42.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:42 smithi046 conmon[35376]: 0) 539 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: cluster 2024-01-16T08:30:41.282375+0000 mon.smithi046 (mon.0) 535 : cluster [INF] osd.5 [v2:172.21.15.46:6818/3616927424,v1:172.21.15.46:6819/3616927424] boot 2024-01-16T08:30:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: cluster 2024-01-16T08:30:41.282408+0000 mon.smithi046 (mon.0) 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-16T08:30:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: audit 2024-01-16T08:30:41.282724+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T08:30:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:30:42.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: 16T08:30:41.283019+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:42.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: audit 2024-01-16T08:30:41.708201+0000 2024-01-16T08:30:42.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:42 smithi160 conmon[40884]: mon.smithi046 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:43.154 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:43.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:43 smithi046 conmon[35376]: cluster 2024-01-16T08:30:41.740634+0000 mgr.smithi046.mmaeer (mgr.14182) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:43.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:43 smithi046 conmon[35376]: cluster 2024-01-16T08:30:42.291034+0000 mon.smithi046 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-16T08:30:43.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:43 smithi046 conmon[35376]: audit 2024-01-16T08:30:42.291195+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:43.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:43 smithi046 conmon[35376]: audit 2024-01-16T08:30:43.160583+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/1224203762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:43 smithi160 conmon[40884]: cluster 2024-01-16T08:30:41.740634+0000 mgr.smithi046.mmaeer (mgr.14182) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T08:30:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:43 smithi160 conmon[40884]: cluster 2024-01-16T08:30:42.291034+0000 mon.smithi046 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-16T08:30:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:43 smithi160 conmon[40884]: audit 2024-01-16T08:30:42.291195+0000 mon.smithi046 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:43 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:30:43.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:43 smithi160 conmon[40884]: T08:30:43.160583+0000 mon.smithi046 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.46:0/1224203762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:44.226 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1705393841,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:45.227 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T08:30:45.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:45 smithi046 conmon[35376]: cluster 2024-01-16T08:30:43.741077+0000 mgr.smithi046.mmaeer (mgr.14182) 105 2024-01-16T08:30:45.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:45 smithi046 conmon[35376]: : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:45.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:45 smithi046 conmon[35376]: audit 2024-01-16T08:30:44.839143+0000 mon.smithi046 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T08:30:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:45 smithi160 conmon[40884]: cluster 2024-01-16T08:30:43.741077+0000 mgr.smithi046.mmaeer (mgr.14182) 105 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:45 smithi160 conmon[40884]: audit 2024-01-16T08:30:44.839143+0000 mon.smithi046 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T08:30:46.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: audit 2024-01-16T08:30:45.295746+0000 mon.smithi046 (mon 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: .0) 544 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: cluster 2024-01-16T08:30:45.295798+0000 mon.smithi046 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: audit 2024-01-16T08:30:45.296156+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: audit 2024-01-16T08:30:45.296474+0000 mon.smithi046 (mon.0) 547 : audit [INF] 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: audit 2024-01-16T08:30:45.835807 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: audit 2024-01-16T 2024-01-16T08:30:46.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:46 smithi046 conmon[35376]: 08:30:45.838450+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit 2024-01-16T08:30:45.295746+0000 mon.smithi046 (mon.0) 544 : 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: cluster 2024-01-16T08:30:45.295798+0000 mon.smithi046 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit 2024-01-16T08:30:45.296156+0000 mon.smithi046 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit 2024-01-16T08:30:45.296474+0000 mon.smithi046 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit 2024-01-16T08:30:45.835807+0000 mon.smithi046 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:46.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:46 smithi160 conmon[40884]: audit 2024-01-16T08:30:45.838450+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:30:47.613 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: cluster 2024-01-16T08:30:45. 2024-01-16T08:30:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: 741469+0000 mgr.smithi046.mmaeer (mgr.14182) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: audit 2024-01-16T08:30:46.297576+0000 mon.smithi046 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:47.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: cluster 2024-01-16T08:30:46.297651+0000 mon.smithi046 (mon.0) 551 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-16T08:30:47.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: audit 2024-01-16T08:30:46.297832+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:47.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: audit 2024-01-16T08:30:46.303387+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:47.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:47 smithi046 conmon[35376]: audit 2024-01-16T08:30:47.301652+0000 mon.smithi046 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: cluster 2024-01-16T08:30:45.741469+0000 mgr.smithi046.mmaeer (mgr.14182) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: audit 2024-01-16T08:30:46.297576+0000 mon.smithi046 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: cluster 2024-01-16T08:30:46.297651+0000 mon.smithi046 (mon.0) 551 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: audit 2024-01-16T08:30:46.297832+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: audit 2024-01-16T08:30:46.303387+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:47 smithi160 conmon[40884]: audit 2024-01-16T08:30:47.301652+0000 mon.smithi046 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:48.256 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1705393847,"num_in_osds":8,"osd_in_since":1705393805,"num_remapped_pgs":0} 2024-01-16T08:30:48.257 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T08:30:48.257 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: cluster 2024-01-16T08:30:45.825355+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: cluster 2024-01-16T08:30:45.825416+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: cluster 2024-01-16T08:30:47.311069+0000 mon.smithi046 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494] boot 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: cluster 2024-01-16T08:30:47.311140+0000 mon.smithi046 (mon.0) 556 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: audit 2024-01-16T08:30:47.311836+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: audit 2024-01-16T08:30:47.465568+0000 mon.smithi046 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: audit 2024-01-16T08:30:48.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:48 smithi046 conmon[35376]: 2024-01-16T08:30:47.618955+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/856081633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:48.701 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: cluster 2024-01-16T08:30:45.825355+0000 osd.7 (osd.7) 1 2024-01-16T08:30:48.701 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: : cluster [DBG] purged_snaps scrub starts 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: cluster 2024-01-16T08:30:45.825416+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: cluster 2024-01-16T08:30:47.311069+0000 mon.smithi046 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.46:6826/1030394494,v1:172.21.15.46:6827/1030394494] boot 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: cluster 2024-01-16T08:30:47.311140+0000 mon.smithi046 (mon.0) 556 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: audit 2024-01-16T08:30:47.311836+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: audit 2024-01-16T08:30:47.465568+0000 mon.smithi046 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:48.702 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:48 smithi160 conmon[40884]: audit 2024-01-16T08:30:47.618955+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/856081633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T08:30:49.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:49 smithi046 conmon[35376]: cluster 2024-01-16T08:30:47.741856+0000 mgr.smithi046.mmaeer (mgr.14182) 107 2024-01-16T08:30:49.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:49 smithi046 conmon[35376]: : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:49.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:49 smithi046 conmon[35376]: cluster 2024-01-16T08:30:48.319966+0000 mon.smithi046 (mon.0) 560 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T08:30:49.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:49 smithi160 conmon[40884]: cluster 2024-01-16T08:30:47.741856+0000 mgr.smithi046.mmaeer (mgr.14182) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T08:30:49.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:49 smithi160 conmon[40884]: cluster 2024-01-16T08:30:48.319966+0000 mon.smithi046 (mon.0) 560 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T08:30:50.809 INFO:teuthology.orchestra.run.smithi046.stdout:[client.0] 2024-01-16T08:30:50.809 INFO:teuthology.orchestra.run.smithi046.stdout: key = AQC6PqZlq4tnMBAAPqlyJIvBb0+d9VG1NR7NOQ== 2024-01-16T08:30:51.440 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:30:51.440 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T08:30:51.441 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T08:30:51.492 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T08:30:51.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: cluster 2024-01-16T08:30:49.742155+0000 mgr.smithi046.mmaeer (mgr.14182) 108 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:50.632599+0000 mgr.smithi046.mmaeer (mgr.14182) 109 : cephadm [INF] Detected new or changed devices on smithi160 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.639723+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.811920+0000 mon.smithi046 (mon.0) 562 : audit [INF] from='client.? 172.21.15.46:0/3271435767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.815327+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='client.? 172.21.15.46:0/3271435767' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.936517+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.937324+0000 mon.smithi046 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.938066+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.938761+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:50.943203+0000 mon.smithi046 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:51.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:51 smithi046 conmon[35376]: audit 2024-01-16T08:30:51.560588+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:51.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: cluster 2024-01-16T08:30:49.742155+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:30:51.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: 14182) 108 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:51.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:50.632599+0000 mgr.smithi046.mmaeer (mgr.14182) 109 : cephadm [INF] Detected new or changed devices on smithi160 2024-01-16T08:30:51.918 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.639723+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.811920+0000 mon.smithi046 (mon.0) 562 : audit [INF] from='client.? 172.21.15.46:0/3271435767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.815327+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='client.? 172.21.15.46:0/3271435767' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.936517+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.937324+0000 mon.smithi046 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.938066+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.938761+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:50.943203+0000 mon.smithi046 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:51.919 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:51 smithi160 conmon[40884]: audit 2024-01-16T08:30:51.560588+0000 mon.smithi046 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:52.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:52 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:50. 2024-01-16T08:30:52.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:52 smithi046 conmon[35376]: 939315+0000 mgr.smithi046.mmaeer (mgr.14182) 110 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3990M 2024-01-16T08:30:52.893 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:52 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:50.939315+0000 mgr.smithi046.mmaeer (mgr.14182) 110 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3990M 2024-01-16T08:30:53.312 INFO:teuthology.orchestra.run.smithi160.stdout:[client.1] 2024-01-16T08:30:53.312 INFO:teuthology.orchestra.run.smithi160.stdout: key = AQC9PqZlQyvGEhAAdKjqFaq1Xko+5loP4p/yVQ== 2024-01-16T08:30:53.874 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:30:53.875 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T08:30:53.875 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T08:30:53.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:53 smithi160 conmon[40884]: cluster 2024-01-16T08:30:51.742451+0000 mgr.smithi046.mmaeer (mgr.14182) 111 : 2024-01-16T08:30:53.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:53 smithi160 conmon[40884]: cluster [DBG] pgmap v94: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:53.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:53 smithi160 conmon[40884]: audit 2024-01-16T08:30:53.314308+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/566071061' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T08:30:53.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:53 smithi160 conmon[40884]: audit 2024-01-16T08:30:53.314826+0000 mon.smithi046 (mon.0) 570 : 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-16T08:30:53.903 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:53 smithi160 conmon[40884]: audit 2024-01-16T08:30:53.318203+0000 mon.smithi046 (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 *"]}]': finished 2024-01-16T08:30:53.917 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T08:30:53.952 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:53 smithi046 conmon[35376]: cluster 2024-01-16T08:30:51.742451+0000 mgr.smithi046.mmaeer (mgr.14182) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:53.953 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:53 smithi046 conmon[35376]: audit 2024-01-16T08:30:53.314308+0000 mon.smithi160 (mon.1) 18 : audit [INF] from='client.? 172.21.15.160:0/566071061' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T08:30:53.953 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:53 smithi046 conmon[35376]: audit 2024-01-16T08:30:53.314826+0000 mon.smithi046 (mon.0) 570 : 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-16T08:30:53.953 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:53 smithi046 conmon[35376]: audit 2024-01-16T08:30:53.318203+0000 mon.smithi046 (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 *"]}]': finished 2024-01-16T08:30:54.322 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:30:55.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:55 smithi046 conmon[35376]: cluster 2024-01-16T08:30:53.742850+0000 mgr.smithi046.mmaeer 2024-01-16T08:30:55.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:55 smithi046 conmon[35376]: (mgr.14182) 112 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:55.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:55 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.429934+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:55 smithi160 conmon[40884]: cluster 2024-01-16T08:30:53.742850+0000 mgr.smithi046.mmaeer (mgr.14182) 112 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:55.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:55 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.429934+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:56.496 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:30:56.496 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","created":"2024-01-16T08:26:49.019158+0000","modified":"2024-01-16T08:30:48.312822+0000","last_up_change":"2024-01-16T08:30:47.306359+0000","last_in_change":"2024-01-16T08:30:05.975973+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-16T08:30:27.452112+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":"24","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":"6d7b9ccf-7b36-43f4-a8c2-2c48765ada91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6801","nonce":1451265182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6803","nonce":1451265182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6807","nonce":1451265182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6805","nonce":1451265182}]},"public_addr":"172.21.15.160:6801/1451265182","cluster_addr":"172.21.15.160:6803/1451265182","heartbeat_back_addr":"172.21.15.160:6807/1451265182","heartbeat_front_addr":"172.21.15.160:6805/1451265182","state":["exists","up"]},{"osd":1,"uuid":"a6e28ea2-c3d0-4ccf-beda-dce1f3069148","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6803","nonce":1567672460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6805","nonce":1567672460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6809","nonce":1567672460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6807","nonce":1567672460}]},"public_addr":"172.21.15.46:6803/1567672460","cluster_addr":"172.21.15.46:6805/1567672460","heartbeat_back_addr":"172.21.15.46:6809/1567672460","heartbeat_front_addr":"172.21.15.46:6807/1567672460","state":["exists","up"]},{"osd":2,"uuid":"99561133-0a76-4f95-946d-27a2da18c77f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6809","nonce":3225546490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6811","nonce":3225546490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6815","nonce":3225546490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6813","nonce":3225546490}]},"public_addr":"172.21.15.160:6809/3225546490","cluster_addr":"172.21.15.160:6811/3225546490","heartbeat_back_addr":"172.21.15.160:6815/3225546490","heartbeat_front_addr":"172.21.15.160:6813/3225546490","state":["exists","up"]},{"osd":3,"uuid":"53866fc7-4719-40c1-9f1b-b12887655073","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6811","nonce":2379944429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6813","nonce":2379944429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6817","nonce":2379944429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6815","nonce":2379944429}]},"public_addr":"172.21.15.46:6811/2379944429","cluster_addr":"172.21.15.46:6813/2379944429","heartbeat_back_addr":"172.21.15.46:6817/2379944429","heartbeat_front_addr":"172.21.15.46:6815/2379944429","state":["exists","up"]},{"osd":4,"uuid":"0e749906-ce03-486d-8a46-e3ae3415f17f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6817","nonce":2292983268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6819","nonce":2292983268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6823","nonce":2292983268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6821","nonce":2292983268}]},"public_addr":"172.21.15.160:6817/2292983268","cluster_addr":"172.21.15.160:6819/2292983268","heartbeat_back_addr":"172.21.15.160:6823/2292983268","heartbeat_front_addr":"172.21.15.160:6821/2292983268","state":["exists","up"]},{"osd":5,"uuid":"70f34ce3-55d8-4832-9e49-1e2bae16ef2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6819","nonce":3616927424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6821","nonce":3616927424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6825","nonce":3616927424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6823","nonce":3616927424}]},"public_addr":"172.21.15.46:6819/3616927424","cluster_addr":"172.21.15.46:6821/3616927424","heartbeat_back_addr":"172.21.15.46:6825/3616927424","heartbeat_front_addr":"172.21.15.46:6823/3616927424","state":["exists","up"]},{"osd":6,"uuid":"8a74af37-6ab9-42ab-a923-2356dbe6a680","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.160:6824","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6825","nonce":2243920092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6827","nonce":2243920092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6831","nonce":2243920092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6829","nonce":2243920092}]},"public_addr":"172.21.15.160:6825/2243920092","cluster_addr":"172.21.15.160:6827/2243920092","heartbeat_back_addr":"172.21.15.160:6831/2243920092","heartbeat_front_addr":"172.21.15.160:6829/2243920092","state":["exists","up"]},{"osd":7,"uuid":"75a6ff12-909c-492c-a28e-dd74cd11f4a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6827","nonce":1030394494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6829","nonce":1030394494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6833","nonce":1030394494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6831","nonce":1030394494}]},"public_addr":"172.21.15.46:6827/1030394494","cluster_addr":"172.21.15.46:6829/1030394494","heartbeat_back_addr":"172.21.15.46:6833/1030394494","heartbeat_front_addr":"172.21.15.46:6831/1030394494","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-16T08:30:20.086205+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-16T08:30:24.931790+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-16T08:30:24.896597+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-16T08:30:31.874635+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-16T08:30:29.712367+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-16T08:30:39.295833+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-16T08:30:34.631163+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-16T08:30:45.825419+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/2565092596":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6801/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6800/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/3677213415":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/2187750324":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6801/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6800/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/528858631":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6800/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6801/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:0/618545274":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/2720842483":"2024-01-17T08:27:15.336696+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-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:55.424380+0000 mgr.smithi046.mmaeer (mgr.14182) 113 : cephadm [INF] Detected new or changed devices on smithi046 2024-01-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.775440+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.776245+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.776932+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.777738+0000 mon.smithi046 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.782135+0000 mon.smithi046 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.783882+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.784550+0000 mon.smithi046 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.788665+0000 mon.smithi046 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.792486+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.795539+0000 mon.smithi046 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.796587+0000 mon.smithi046 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: T08:30:55.796804+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30:55.797330+0000 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit 2024-01-16T08:30 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: :56.502179+0000 mon.smithi046 (mon.0) 586 : 2024-01-16T08:30:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:56 smithi046 conmon[35376]: audit [DBG] from='client.? 172.21.15.46:0/2731679949' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:55.424380+0000 mgr.smithi046.mmaeer (mgr.14182) 113 : cephadm [INF] Detected new or changed devices on smithi046 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.775440+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.776245+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.776932+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.777738+0000 mon.smithi046 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:30:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.782135+0000 mon.smithi046 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.783882+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.784550+0000 mon.smithi046 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30: 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: 55.788665+0000 mon.smithi046 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.792486+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.795539+0000 mon.smithi046 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.796587+0000 mon.smithi046 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.796804+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:55.797330+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:30:56.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:56 smithi160 conmon[40884]: audit 2024-01-16T08:30:56.502179+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/2731679949' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:30:57.227 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T08:30:27.452112+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': '24', '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-16T08:30:57.227 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T08:30:57.897 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:30:57.957 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:57 smithi046 conmon[35376]: cluster 2024-01-16T08:30:55.743142+0000 mgr.smithi046.mmaeer (mgr.14182) 114 : cluster 2024-01-16T08:30:57.957 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:57 smithi046 conmon[35376]: [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:57.957 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:57 smithi046 conmon[35376]: cephadm 2024-01-16T08:30:55.778262+0000 mgr.smithi046.mmaeer (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3223M 2024-01-16T08:30:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:57 smithi160 conmon[40884]: cluster 2024-01-16T08:30:55.743142+0000 mgr.smithi046.mmaeer (mgr.14182) 114 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:57.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:57 smithi160 conmon[40884]: cephadm 2024-01-16T08:30:55.778262+0000 mgr.smithi046.mmaeer (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3223M 2024-01-16T08:30:59.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:30:59 smithi046 conmon[35376]: cluster 2024-01-16T08:30:57.743482+0000 mgr.smithi046.mmaeer (mgr.14182) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:30:59.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:30:59 smithi160 conmon[40884]: cluster 2024-01-16T08:30:57.743482+0000 mgr.smithi046.mmaeer (mgr.14182) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:00.160 INFO:teuthology.orchestra.run.smithi046.stdout:pg_num: 1 2024-01-16T08:31:00.790 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T08:31:00.790 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T08:31:00.790 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T08:31:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:00 smithi160 conmon[40884]: audit 2024-01-16T08:31:00.166396+0000 mon.smithi046 (mon.0) 587 : audit [DBG] 2024-01-16T08:31:00.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:00 smithi160 conmon[40884]: from='client.? 172.21.15.46:0/664528035' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T08:31:00.979 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:00 smithi046 conmon[35376]: audit 2024-01-16T08:31:00.166396+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.46:0/664528035' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T08:31:01.879 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:01.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:01 smithi046 conmon[35376]: cluster 2024-01-16T08:30:59.743850+0000 mgr.smithi046.mmaeer (mgr.14182) 117 : cluster 2024-01-16T08:31:01.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:01 smithi046 conmon[35376]: [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:01.967 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:01 smithi160 conmon[40884]: cluster 2024-01-16T08:30:59.743850+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:31:01.967 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:01 smithi160 conmon[40884]: 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:03.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:03 smithi160 conmon[40884]: cluster 2024-01-16T08:31:01.744278+0000 mgr.smithi046.mmaeer (mgr.14182) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:03.976 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:03 smithi046 conmon[35376]: cluster 2024-01-16T08:31:01.744278+0000 mgr.smithi046.mmaeer (mgr.14182) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:04.156 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:04.724 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi046.mmaeer","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":1441893668},{"type":"v1","addr":"172.21.15.46:6801","nonce":1441893668}]},"active_addr":"172.21.15.46:6801/1441893668","active_change":"2024-01-16T08:28:39.715664+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14206,"name":"smithi160.iddmhv","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.46:8443/","prometheus":"http://172.21.15.46: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.46:0","nonce":1994988410}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":36374134}]}]} 2024-01-16T08:31:04.727 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T08:31:04.727 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T08:31:04.727 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T08:31:04.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:04 smithi046 conmon[35376]: cluster 2024-01-16T08:31:03.744677+0000 mgr.smithi046.mmaeer (mgr.14182) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:04.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:04 smithi046 conmon[35376]: audit 2024-01-16T08:31:03.918809+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:31:04.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:04 smithi046 conmon[35376]: audit 2024-01-16T08:31:04.157782+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.46:0/1531799273' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T08:31:05.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:04 smithi160 conmon[40884]: cluster 2024-01-16T08:31:03.744677+0000 mgr.smithi046.mmaeer (mgr.14182) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:05.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:04 smithi160 conmon[40884]: 2024-01-16T08:31:05.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:04 smithi160 conmon[40884]: audit 2024-01-16T08:31:03.918809+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:31:05.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:04 smithi160 conmon[40884]: audit 2024-01-16T08:31:04.157782+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.46:0/1531799273' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T08:31:05.747 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:07.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:06 smithi160 conmon[40884]: cluster 2024-01-16T08:31:05.745058+0000 mgr.smithi046.mmaeer (mgr.14182) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:07.263 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:06 smithi046 conmon[35376]: cluster 2024-01-16T08:31:05.745058+0000 mgr.smithi046.mmaeer (mgr.14182) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:08.071 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:08.071 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","created":"2024-01-16T08:26:49.019158+0000","modified":"2024-01-16T08:30:48.312822+0000","last_up_change":"2024-01-16T08:30:47.306359+0000","last_in_change":"2024-01-16T08:30:05.975973+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-16T08:30:27.452112+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":"24","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":"6d7b9ccf-7b36-43f4-a8c2-2c48765ada91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6801","nonce":1451265182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6803","nonce":1451265182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6807","nonce":1451265182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6805","nonce":1451265182}]},"public_addr":"172.21.15.160:6801/1451265182","cluster_addr":"172.21.15.160:6803/1451265182","heartbeat_back_addr":"172.21.15.160:6807/1451265182","heartbeat_front_addr":"172.21.15.160:6805/1451265182","state":["exists","up"]},{"osd":1,"uuid":"a6e28ea2-c3d0-4ccf-beda-dce1f3069148","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6803","nonce":1567672460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6805","nonce":1567672460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6809","nonce":1567672460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6807","nonce":1567672460}]},"public_addr":"172.21.15.46:6803/1567672460","cluster_addr":"172.21.15.46:6805/1567672460","heartbeat_back_addr":"172.21.15.46:6809/1567672460","heartbeat_front_addr":"172.21.15.46:6807/1567672460","state":["exists","up"]},{"osd":2,"uuid":"99561133-0a76-4f95-946d-27a2da18c77f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6809","nonce":3225546490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6811","nonce":3225546490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6815","nonce":3225546490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6813","nonce":3225546490}]},"public_addr":"172.21.15.160:6809/3225546490","cluster_addr":"172.21.15.160:6811/3225546490","heartbeat_back_addr":"172.21.15.160:6815/3225546490","heartbeat_front_addr":"172.21.15.160:6813/3225546490","state":["exists","up"]},{"osd":3,"uuid":"53866fc7-4719-40c1-9f1b-b12887655073","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6811","nonce":2379944429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6813","nonce":2379944429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6817","nonce":2379944429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6815","nonce":2379944429}]},"public_addr":"172.21.15.46:6811/2379944429","cluster_addr":"172.21.15.46:6813/2379944429","heartbeat_back_addr":"172.21.15.46:6817/2379944429","heartbeat_front_addr":"172.21.15.46:6815/2379944429","state":["exists","up"]},{"osd":4,"uuid":"0e749906-ce03-486d-8a46-e3ae3415f17f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6817","nonce":2292983268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6819","nonce":2292983268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6823","nonce":2292983268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6821","nonce":2292983268}]},"public_addr":"172.21.15.160:6817/2292983268","cluster_addr":"172.21.15.160:6819/2292983268","heartbeat_back_addr":"172.21.15.160:6823/2292983268","heartbeat_front_addr":"172.21.15.160:6821/2292983268","state":["exists","up"]},{"osd":5,"uuid":"70f34ce3-55d8-4832-9e49-1e2bae16ef2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6819","nonce":3616927424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6821","nonce":3616927424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6825","nonce":3616927424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6823","nonce":3616927424}]},"public_addr":"172.21.15.46:6819/3616927424","cluster_addr":"172.21.15.46:6821/3616927424","heartbeat_back_addr":"172.21.15.46:6825/3616927424","heartbeat_front_addr":"172.21.15.46:6823/3616927424","state":["exists","up"]},{"osd":6,"uuid":"8a74af37-6ab9-42ab-a923-2356dbe6a680","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.160:6824","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6825","nonce":2243920092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6827","nonce":2243920092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6831","nonce":2243920092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6829","nonce":2243920092}]},"public_addr":"172.21.15.160:6825/2243920092","cluster_addr":"172.21.15.160:6827/2243920092","heartbeat_back_addr":"172.21.15.160:6831/2243920092","heartbeat_front_addr":"172.21.15.160:6829/2243920092","state":["exists","up"]},{"osd":7,"uuid":"75a6ff12-909c-492c-a28e-dd74cd11f4a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6827","nonce":1030394494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6829","nonce":1030394494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6833","nonce":1030394494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6831","nonce":1030394494}]},"public_addr":"172.21.15.46:6827/1030394494","cluster_addr":"172.21.15.46:6829/1030394494","heartbeat_back_addr":"172.21.15.46:6833/1030394494","heartbeat_front_addr":"172.21.15.46:6831/1030394494","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-16T08:30:20.086205+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-16T08:30:24.931790+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-16T08:30:24.896597+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-16T08:30:31.874635+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-16T08:30:29.712367+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-16T08:30:39.295833+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-16T08:30:34.631163+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-16T08:30:45.825419+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/2565092596":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6801/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6800/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/3677213415":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/2187750324":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6801/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6800/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/528858631":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6800/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6801/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:0/618545274":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/2720842483":"2024-01-17T08:27:15.336696+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-16T08:31:08.711 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T08:31:08.712 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T08:31:09.103 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:09.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:08 smithi046 conmon[35376]: audit 2024-01-16T08:31:07.736312+0000 mon.smithi046 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:31:09.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:08 smithi046 conmon[35376]: cluster 2024-01-16T08:31:07.745638+0000 mgr.smithi046.mmaeer (mgr.14182) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:09.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:08 smithi046 conmon[35376]: audit 2024-01-16T08:31:08.076953+0000 mon.smithi046 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.46:0/3902019670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:31:09.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:08 smithi160 conmon[40884]: audit 2024-01-16T08:31:07.736312+0000 mon.smithi046 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:31:09.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:08 smithi160 conmon[40884]: 2024-01-16T08:31:09.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:08 smithi160 conmon[40884]: cluster 2024-01-16T08:31:07.745638+0000 mgr.smithi046.mmaeer (mgr.14182) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:09.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:08 smithi160 conmon[40884]: audit 2024-01-16T08:31:08.076953+0000 mon.smithi046 (mon 2024-01-16T08:31:09.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:08 smithi160 conmon[40884]: .0) 591 : audit [DBG] from='client.? 172.21.15.46:0/3902019670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:31:10.629 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:10.629 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"e274c41a-b448-11ee-95ad-87774f69a715","created":"2024-01-16T08:26:49.019158+0000","modified":"2024-01-16T08:30:48.312822+0000","last_up_change":"2024-01-16T08:30:47.306359+0000","last_in_change":"2024-01-16T08:30:05.975973+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-16T08:30:27.452112+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":"24","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":"6d7b9ccf-7b36-43f4-a8c2-2c48765ada91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6801","nonce":1451265182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6803","nonce":1451265182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6807","nonce":1451265182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1451265182},{"type":"v1","addr":"172.21.15.160:6805","nonce":1451265182}]},"public_addr":"172.21.15.160:6801/1451265182","cluster_addr":"172.21.15.160:6803/1451265182","heartbeat_back_addr":"172.21.15.160:6807/1451265182","heartbeat_front_addr":"172.21.15.160:6805/1451265182","state":["exists","up"]},{"osd":1,"uuid":"a6e28ea2-c3d0-4ccf-beda-dce1f3069148","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6803","nonce":1567672460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6805","nonce":1567672460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6809","nonce":1567672460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":1567672460},{"type":"v1","addr":"172.21.15.46:6807","nonce":1567672460}]},"public_addr":"172.21.15.46:6803/1567672460","cluster_addr":"172.21.15.46:6805/1567672460","heartbeat_back_addr":"172.21.15.46:6809/1567672460","heartbeat_front_addr":"172.21.15.46:6807/1567672460","state":["exists","up"]},{"osd":2,"uuid":"99561133-0a76-4f95-946d-27a2da18c77f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6809","nonce":3225546490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6811","nonce":3225546490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6815","nonce":3225546490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":3225546490},{"type":"v1","addr":"172.21.15.160:6813","nonce":3225546490}]},"public_addr":"172.21.15.160:6809/3225546490","cluster_addr":"172.21.15.160:6811/3225546490","heartbeat_back_addr":"172.21.15.160:6815/3225546490","heartbeat_front_addr":"172.21.15.160:6813/3225546490","state":["exists","up"]},{"osd":3,"uuid":"53866fc7-4719-40c1-9f1b-b12887655073","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6811","nonce":2379944429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6813","nonce":2379944429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6817","nonce":2379944429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":2379944429},{"type":"v1","addr":"172.21.15.46:6815","nonce":2379944429}]},"public_addr":"172.21.15.46:6811/2379944429","cluster_addr":"172.21.15.46:6813/2379944429","heartbeat_back_addr":"172.21.15.46:6817/2379944429","heartbeat_front_addr":"172.21.15.46:6815/2379944429","state":["exists","up"]},{"osd":4,"uuid":"0e749906-ce03-486d-8a46-e3ae3415f17f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6817","nonce":2292983268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6818","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6819","nonce":2292983268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6823","nonce":2292983268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":2292983268},{"type":"v1","addr":"172.21.15.160:6821","nonce":2292983268}]},"public_addr":"172.21.15.160:6817/2292983268","cluster_addr":"172.21.15.160:6819/2292983268","heartbeat_back_addr":"172.21.15.160:6823/2292983268","heartbeat_front_addr":"172.21.15.160:6821/2292983268","state":["exists","up"]},{"osd":5,"uuid":"70f34ce3-55d8-4832-9e49-1e2bae16ef2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6819","nonce":3616927424}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6821","nonce":3616927424}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6825","nonce":3616927424}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":3616927424},{"type":"v1","addr":"172.21.15.46:6823","nonce":3616927424}]},"public_addr":"172.21.15.46:6819/3616927424","cluster_addr":"172.21.15.46:6821/3616927424","heartbeat_back_addr":"172.21.15.46:6825/3616927424","heartbeat_front_addr":"172.21.15.46:6823/3616927424","state":["exists","up"]},{"osd":6,"uuid":"8a74af37-6ab9-42ab-a923-2356dbe6a680","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.160:6824","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6825","nonce":2243920092}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6827","nonce":2243920092}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6831","nonce":2243920092}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":2243920092},{"type":"v1","addr":"172.21.15.160:6829","nonce":2243920092}]},"public_addr":"172.21.15.160:6825/2243920092","cluster_addr":"172.21.15.160:6827/2243920092","heartbeat_back_addr":"172.21.15.160:6831/2243920092","heartbeat_front_addr":"172.21.15.160:6829/2243920092","state":["exists","up"]},{"osd":7,"uuid":"75a6ff12-909c-492c-a28e-dd74cd11f4a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6827","nonce":1030394494}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6829","nonce":1030394494}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6833","nonce":1030394494}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1030394494},{"type":"v1","addr":"172.21.15.46:6831","nonce":1030394494}]},"public_addr":"172.21.15.46:6827/1030394494","cluster_addr":"172.21.15.46:6829/1030394494","heartbeat_back_addr":"172.21.15.46:6833/1030394494","heartbeat_front_addr":"172.21.15.46:6831/1030394494","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-16T08:30:20.086205+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-16T08:30:24.931790+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-16T08:30:24.896597+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-16T08:30:31.874635+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-16T08:30:29.712367+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-16T08:30:39.295833+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-16T08:30:34.631163+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-16T08:30:45.825419+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/2565092596":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6801/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:6800/1441241900":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/3677213415":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/2187750324":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6801/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:6800/147163188":"2024-01-17T08:27:44.903756+0000","172.21.15.46:0/528858631":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6800/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:6801/3461228078":"2024-01-17T08:27:15.336696+0000","172.21.15.46:0/618545274":"2024-01-17T08:28:39.715541+0000","172.21.15.46:0/2720842483":"2024-01-17T08:27:15.336696+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-16T08:31:11.233 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T08:31:11.616 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:11.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:11 smithi046 conmon[35376]: cluster 2024-01-16T08:31:09.746171+0000 mgr.smithi046.mmaeer (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:11.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:11 smithi046 conmon[35376]: audit 2024-01-16T08:31:10.634730+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.46:0/588924944' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:31:11.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:11 smithi160 conmon[40884]: cluster 2024-01-16T08:31:09.746171+0000 mgr.smithi046.mmaeer (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:11.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:11 smithi160 conmon[40884]: audit 2024-01-16T08:31:10.634730+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.46:0/588924944' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T08:31:13.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:13 smithi046 conmon[35376]: cluster 2024-01-16T08:31:11.746650+0000 mgr.smithi046.mmaeer (mgr.14182) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:13.608 INFO:teuthology.orchestra.run.smithi046.stdout:68719476749 2024-01-16T08:31:13.608 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T08:31:13.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:13 smithi160 conmon[40884]: cluster 2024-01-16T08:31:11.746650+0000 mgr.smithi046.mmaeer (mgr.14182) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:13.995 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:15.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:15 smithi046 conmon[35376]: cluster 2024-01-16T08:31:13.747008+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:31:15.483 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:15 smithi046 conmon[35376]: ) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:15 smithi160 conmon[40884]: cluster 2024-01-16T08:31:13.747008+0000 mgr.smithi046.mmaeer (mgr.14182) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:15 smithi160 conmon[40884]: 2024-01-16T08:31:16.034 INFO:teuthology.orchestra.run.smithi046.stdout:90194313229 2024-01-16T08:31:16.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T08:31:16.418 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:17.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:17 smithi046 conmon[35376]: cluster 2024-01-16T08:31:15.747506+0000 mgr.smithi046.mmaeer (mgr.14182) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:17.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:17 smithi160 conmon[40884]: cluster 2024-01-16T08:31:15.747506+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:31:17.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:17 smithi160 conmon[40884]: 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:18.308 INFO:teuthology.orchestra.run.smithi046.stdout:85899345934 2024-01-16T08:31:18.309 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T08:31:18.697 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:19.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:19 smithi046 conmon[35376]: cluster 2024-01-16T08:31:17.747800+0000 mgr.smithi046.mmaeer (mgr.14182) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:19.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:19 smithi160 conmon[40884]: cluster 2024-01-16T08:31:17.747800+0000 mgr.smithi046.mmaeer (mgr.14182) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:19.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:19 smithi160 conmon[40884]: 2024-01-16T08:31:20.635 INFO:teuthology.orchestra.run.smithi046.stdout:115964117004 2024-01-16T08:31:20.636 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T08:31:21.020 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:21.610 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:21 smithi046 conmon[35376]: cluster 2024-01-16T08:31:19.748104+0000 mgr.smithi046.mmaeer (mgr.14182) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:21.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:21 smithi160 conmon[40884]: cluster 2024-01-16T08:31:19.748104+0000 mgr.smithi046.mmaeer (mgr.14182) 127 : 2024-01-16T08:31:21.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:21 smithi160 conmon[40884]: cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:23.042 INFO:teuthology.orchestra.run.smithi046.stdout:107374182413 2024-01-16T08:31:23.043 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T08:31:23.434 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:23 smithi046 conmon[35376]: cluster 2024-01-16T08:31:21.748614+0000 mgr.smithi046.mmaeer (mgr.14182) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:23 smithi160 conmon[40884]: cluster 2024-01-16T08:31:21.748614+0000 mgr.smithi046.mmaeer (mgr.14182) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:25.407 INFO:teuthology.orchestra.run.smithi046.stdout:146028888075 2024-01-16T08:31:25.407 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T08:31:25.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:25 smithi046 conmon[35376]: cluster 2024-01-16T08:31:23.749037+0000 mgr.smithi046.mmaeer (mgr.14182) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:25.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:25 smithi160 conmon[40884]: cluster 2024-01-16T08:31:23.749037+0000 mgr.smithi046.mmaeer (mgr.14182) 129 : cluster [DBG] 2024-01-16T08:31:25.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:25 smithi160 conmon[40884]: pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:25.803 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:27 smithi046 conmon[35376]: cluster 2024-01-16T08:31:25.749350+0000 mgr.smithi046.mmaeer (mgr.14182) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:27.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:27 smithi160 conmon[40884]: cluster 2024-01-16T08:31:25.749350+0000 mgr.smithi046.mmaeer (mgr.14182) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:27.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:27 smithi160 conmon[40884]: 2024-01-16T08:31:27.767 INFO:teuthology.orchestra.run.smithi046.stdout:128849018894 2024-01-16T08:31:27.767 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T08:31:28.155 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:29.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:29 smithi046 conmon[35376]: cluster 2024-01-16T08:31:27.749812 2024-01-16T08:31:29.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:29 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:29.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:29 smithi160 conmon[40884]: cluster 2024-01-16T08:31:27.749812+0000 mgr.smithi046.mmaeer (mgr.14182) 131 : cluster [DBG] 2024-01-16T08:31:29.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:29 smithi160 conmon[40884]: pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:30.117 INFO:teuthology.orchestra.run.smithi046.stdout:163208757260 2024-01-16T08:31:30.118 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T08:31:30.505 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:31.387 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:31 smithi046 conmon[35376]: cluster 2024-01-16T08:31:29.750153+0000 mgr.smithi046.mmaeer (mgr.14182) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:31.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:31 smithi160 conmon[40884]: cluster 2024-01-16T08:31:29.750153+0000 mgr.smithi046.mmaeer (mgr.14182) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:32.129 INFO:teuthology.orchestra.run.smithi046.stdout:68719476752 2024-01-16T08:31:32.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:32 smithi046 conmon[35376]: audit 2024-01-16T08:31:32.135642 2024-01-16T08:31:32.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:32 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/4282387270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T08:31:32.659 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476752 for osd.0 2024-01-16T08:31:32.659 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T08:31:32.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:32 smithi160 conmon[40884]: audit 2024-01-16T08:31:32.135642+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.46:0/4282387270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T08:31:33.042 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:33.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:33 smithi046 conmon[35376]: cluster 2024-01-16T08:31:31.750483+0000 mgr.smithi046.mmaeer (mgr.14182) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:33 smithi160 conmon[40884]: cluster 2024-01-16T08:31:31.750483+0000 mgr.smithi046.mmaeer (mgr.14182) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:34.631 INFO:teuthology.orchestra.run.smithi046.stdout:90194313233 2024-01-16T08:31:35.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.1 2024-01-16T08:31:35.140 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T08:31:35.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:35 smithi046 conmon[35376]: cluster 2024-01-16T08:31:33.750944+0000 mgr.smithi046.mmaeer (mgr.14182) 134 : cluster 2024-01-16T08:31:35.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:35 smithi046 conmon[35376]: [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:35.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:35 smithi046 conmon[35376]: audit 2024-01-16T08:31:34.637754+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.46:0/3214976985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T08:31:35.529 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:35 smithi160 conmon[40884]: cluster 2024-01-16T08:31:33.750944+0000 mgr.smithi046.mmaeer (mgr.14182) 134 : cluster 2024-01-16T08:31:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:35 smithi160 conmon[40884]: [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:35 smithi160 conmon[40884]: audit 2024-01-16T08:31:34.637754+0000 mon.smithi046 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.46:0/3214976985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T08:31:37.048 INFO:teuthology.orchestra.run.smithi046.stdout:85899345937 2024-01-16T08:31:37.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:37 smithi046 conmon[35376]: cluster 2024-01-16T08:31:35.751277+0000 mgr.smithi046.mmaeer (mgr.14182) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:37.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:37 smithi046 conmon[35376]: audit 2024-01-16T08:31:37.055070+0000 mon.smithi046 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.46:0/4150872206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T08:31:37.614 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345937 for osd.2 2024-01-16T08:31:37.615 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T08:31:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:37 smithi160 conmon[40884]: cluster 2024-01-16T08:31:35.751277+0000 mgr.smithi046.mmaeer (mgr.14182) 135 : cluster [DBG] 2024-01-16T08:31:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:37 smithi160 conmon[40884]: pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:37 smithi160 conmon[40884]: audit 2024-01-16T08:31:37.055070+0000 mon.smithi046 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.46:0/4150872206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T08:31:37.997 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:39.623 INFO:teuthology.orchestra.run.smithi046.stdout:115964117007 2024-01-16T08:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:39 smithi046 conmon[35376]: cluster 2024-01-16T08:31:37.751609+0000 mgr.smithi046.mmaeer (mgr.14182) 136 2024-01-16T08:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:39 smithi046 conmon[35376]: : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:39 smithi160 conmon[40884]: cluster 2024-01-16T08:31:37.751609+0000 mgr.smithi046.mmaeer (mgr.14182) 136 : cluster [DBG] 2024-01-16T08:31:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:39 smithi160 conmon[40884]: pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:40.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117007 for osd.3 2024-01-16T08:31:40.175 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T08:31:40.559 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:40.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:40 smithi046 conmon[35376]: audit 2024-01-16T08:31:39.629370+0000 mon.smithi046 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.46:0/1648386669' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T08:31:40.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:40 smithi160 conmon[40884]: audit 2024-01-16T08:31:39.629370+0000 mon.smithi046 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.46:0/1648386669' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T08:31:41.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:41 smithi046 conmon[35376]: cluster 2024-01-16T08:31:39 2024-01-16T08:31:41.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:41 smithi046 conmon[35376]: .751904+0000 mgr.smithi046.mmaeer (mgr.14182) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:41.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:41 smithi160 conmon[40884]: cluster 2024-01-16T08:31:39.751904+0000 mgr.smithi046.mmaeer (mgr.14182) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:42.170 INFO:teuthology.orchestra.run.smithi046.stdout:107374182416 2024-01-16T08:31:42.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:42 smithi046 conmon[35376]: audit 2024-01-16T08:31:42.177219+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.46:0/2814200656' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T08:31:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:42 smithi160 conmon[40884]: audit 2024-01-16T08:31:42.177219+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.46:0/2814200656' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T08:31:42.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:42 smithi160 conmon[40884]: 2024-01-16T08:31:42.791 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182416 for osd.4 2024-01-16T08:31:42.791 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T08:31:43.177 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:43 smithi046 conmon[35376]: cluster 2024-01-16T08:31 2024-01-16T08:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:43 smithi046 conmon[35376]: :41.752297+0000 mgr.smithi046.mmaeer (mgr.14182) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:43.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:43 smithi160 conmon[40884]: cluster 2024-01-16T08:31:41.752297+0000 mgr.smithi046.mmaeer (mgr.14182) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:44.805 INFO:teuthology.orchestra.run.smithi046.stdout:146028888079 2024-01-16T08:31:45.348 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888075 got 146028888079 for osd.5 2024-01-16T08:31:45.349 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T08:31:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:45 smithi046 conmon[35376]: cluster 2024-01-16T08:31:43.752771 2024-01-16T08:31:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:45 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:45 smithi046 conmon[35376]: audit 2024-01-16T08:31:44. 2024-01-16T08:31:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:45 smithi046 conmon[35376]: 811683+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/460592222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T08:31:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:45 smithi160 conmon[40884]: cluster 2024-01-16T08:31:43.752771+0000 mgr.smithi046.mmaeer (mgr.14182) 139 : cluster [DBG] 2024-01-16T08:31:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:45 smithi160 conmon[40884]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:45 smithi160 conmon[40884]: audit 2024-01-16T08:31:44.811683+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/460592222' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T08:31:45.735 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:47.290 INFO:teuthology.orchestra.run.smithi046.stdout:128849018897 2024-01-16T08:31:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:47 smithi046 conmon[35376]: cluster 2024-01-16T08:31:45.753099+0000 mgr.smithi046.mmaeer (mgr.14182) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:47 smithi046 conmon[35376]: audit 2024-01-16T08:31:47.295968+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.46:0/2446708839' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T08:31:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:47 smithi160 conmon[40884]: cluster 2024-01-16T08:31:45.753099+0000 mgr.smithi046.mmaeer (mgr.14182) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:47 smithi160 conmon[40884]: 2024-01-16T08:31:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:47 smithi160 conmon[40884]: audit 2024-01-16T08:31:47.295968+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.46:0/2446708839' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T08:31:47.820 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018897 for osd.6 2024-01-16T08:31:47.821 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T08:31:48.207 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:49.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:49 smithi046 conmon[35376]: cluster 2024-01-16T08:31:47.753514+0000 mgr.smithi046.mmaeer (mgr.14182) 141 : cluster [DBG] 2024-01-16T08:31:49.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:49 smithi046 conmon[35376]: pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:49.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:49 smithi160 conmon[40884]: cluster 2024-01-16T08:31:47.753514+0000 mgr.smithi046.mmaeer (mgr.14182) 141 : cluster 2024-01-16T08:31:49.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:49 smithi160 conmon[40884]: [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:49.770 INFO:teuthology.orchestra.run.smithi046.stdout:163208757263 2024-01-16T08:31:50.357 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757263 for osd.7 2024-01-16T08:31:50.357 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T08:31:50.357 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T08:31:50.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:50 smithi046 conmon[35376]: audit 2024-01-16T08:31:49.776424+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/2958434947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T08:31:50.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:50 smithi160 conmon[40884]: audit 2024-01-16T08:31:49.776424+0000 mon.smithi046 (mon.0) 2024-01-16T08:31:50.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:50 smithi160 conmon[40884]: 600 : audit [DBG] from='client.? 172.21.15.46:0/2958434947' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T08:31:50.741 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:51.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:51 smithi046 conmon[35376]: cluster 2024-01-16T08:31:49.753833+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:31:51.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:51 smithi046 conmon[35376]: 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:51 smithi160 conmon[40884]: cluster 2024-01-16T08:31:49.753833+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:31:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:51 smithi160 conmon[40884]: 14182) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:52.385 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:52.386 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-01-16T08:31:53.014 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2024-01-16T08:31:51.753991+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1215271,"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-16T08:30:48.361566+0000","last_change":"2024-01-16T08:30:48.361566+0000","last_active":"2024-01-16T08:30:48.361566+0000","last_peered":"2024-01-16T08:30:48.361566+0000","last_clean":"2024-01-16T08:30:48.361566+0000","last_became_active":"2024-01-16T08:30:48.361160+0000","last_became_peered":"2024-01-16T08:30:48.361160+0000","last_unstale":"2024-01-16T08:30:48.361566+0000","last_undegraded":"2024-01-16T08:30:48.361566+0000","last_fullsized":"2024-01-16T08:30:48.361566+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T08:30:27.965296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T08:30:27.965296+0000","last_clean_scrub_stamp":"2024-01-16T08:30:27.965296+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":152085,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.433}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40799999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]}]},{"osd":5,"up_from":34,"seq":146028888080,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.69199999999999995}]},{"osd":1,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.41699999999999998}]},{"osd":2,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55100000000000005}]},{"osd":3,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.44}]},{"osd":4,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.625},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66900000000000004}]},{"osd":6,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.70999999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.379},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42799999999999999}]},{"osd":1,"last update":"Tue Jan 16 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.50800000000000001}]},{"osd":3,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.66600000000000004}]},{"osd":4,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.68799999999999994}]},{"osd":5,"last update":"Tue Jan 16 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.63300000000000001}]},{"osd":6,"last update":"Tue Jan 16 08:31:40 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.70599999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72799999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150676,"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":"Tue Jan 16 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.50600000000000001}]},{"osd":2,"last update":"Tue Jan 16 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.624}]},{"osd":3,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.59699999999999998}]},{"osd":4,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.58599999999999997}]},{"osd":5,"last update":"Tue Jan 16 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.71299999999999997}]},{"osd":6,"last update":"Tue Jan 16 08:31:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.81899999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78600000000000003}]}]},{"osd":1,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":152085,"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":"Tue Jan 16 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.53200000000000003}]},{"osd":2,"last update":"Tue Jan 16 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.57499999999999996}]},{"osd":3,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.443},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.45400000000000001}]},{"osd":4,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.62},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.64300000000000002}]},{"osd":5,"last update":"Tue Jan 16 08:31:43 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.65900000000000003}]},{"osd":6,"last update":"Tue Jan 16 08:31:43 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.68899999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]}]},{"osd":4,"up_from":25,"seq":107374182418,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.56499999999999995}]},{"osd":1,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.503},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.50800000000000001}]},{"osd":2,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.65800000000000003}]},{"osd":3,"last update":"Tue Jan 16 08:31:38 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.623},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.61199999999999999}]},{"osd":5,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.59599999999999997}]},{"osd":6,"last update":"Tue Jan 16 08:31:38 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69999999999999996}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":4.1040000000000001,"5min":4.1040000000000001,"15min":4.1040000000000001},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.66200000000000003}]},{"osd":1,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":3.7869999999999999,"5min":3.7869999999999999,"15min":3.7869999999999999},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.34100000000000003}]},{"osd":2,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":4.0300000000000002,"5min":4.0300000000000002,"15min":4.0300000000000002},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":3.754,"5min":3.754,"15min":3.754},"last":0.51800000000000002}]},{"osd":4,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":4.0700000000000003,"5min":4.0700000000000003,"15min":4.0700000000000003},"last":0.65000000000000002}]},{"osd":5,"last update":"Tue Jan 16 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.47499999999999998}]},{"osd":6,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":4.1360000000000001,"5min":4.1360000000000001,"15min":4.1360000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":3.677,"5min":3.677,"15min":3.677},"last":0.63700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":152085,"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":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.35899999999999999}]},{"osd":1,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.48299999999999998}]},{"osd":2,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.432},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.54200000000000004}]},{"osd":3,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.51600000000000001}]},{"osd":4,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.503}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59499999999999997}]}]}],"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-16T08:31:53.016 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T08:31:53.402 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:53.624 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:53 smithi046 conmon[35376]: cluster 2024-01-16T08:31:51.754151+0000 mgr.smithi046.mmaeer (mgr.14182) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:53.624 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:53 smithi046 conmon[35376]: audit 2024-01-16T08:31:52.388552+0000 mgr.smithi046.mmaeer (mgr.14182) 144 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:31:53.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:53 smithi160 conmon[40884]: cluster 2024-01-16T08:31:51.754151+0000 mgr.smithi046.mmaeer (mgr.14182) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:53.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:53 smithi160 conmon[40884]: audit 2024-01-16T08:31:52.388552+0000 mgr.smithi046.mmaeer (mgr.14182) 144 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:31:55.037 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:55.038 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-01-16T08:31:55.620 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:55 smithi046 conmon[35376]: cluster 2024-01-16T08:31:53.754707+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:31:55.621 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:55 smithi046 conmon[35376]: .14182) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:55.622 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":125,"stamp":"2024-01-16T08:31:53.754373+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1215271,"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-16T08:30:48.361566+0000","last_change":"2024-01-16T08:30:48.361566+0000","last_active":"2024-01-16T08:30:48.361566+0000","last_peered":"2024-01-16T08:30:48.361566+0000","last_clean":"2024-01-16T08:30:48.361566+0000","last_became_active":"2024-01-16T08:30:48.361160+0000","last_became_peered":"2024-01-16T08:30:48.361160+0000","last_unstale":"2024-01-16T08:30:48.361566+0000","last_undegraded":"2024-01-16T08:30:48.361566+0000","last_fullsized":"2024-01-16T08:30:48.361566+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T08:30:27.965296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T08:30:27.965296+0000","last_clean_scrub_stamp":"2024-01-16T08:30:27.965296+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757265,"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":152085,"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":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.80900000000000005}]},{"osd":1,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.745}]},{"osd":2,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.91000000000000003}]},{"osd":3,"last update":"Tue Jan 16 08:31:49 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.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.97799999999999998}]},{"osd":4,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":1.0860000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.86399999999999999}]},{"osd":5,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.88800000000000001},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.94999999999999996}]},{"osd":6,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.85599999999999998},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":1.018}]}]},{"osd":5,"up_from":34,"seq":146028888081,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.45500000000000002}]},{"osd":1,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.40799999999999997}]},{"osd":2,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.621},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.53200000000000003}]},{"osd":3,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.745},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.58399999999999996}]},{"osd":4,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.72899999999999998}]},{"osd":6,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.496},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.78500000000000003}]},{"osd":7,"last update":"Tue Jan 16 08:31:48 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.55800000000000005}]}]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.316}]},{"osd":1,"last update":"Tue Jan 16 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.56599999999999995}]},{"osd":3,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.71799999999999997}]},{"osd":4,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.37},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.38400000000000001}]},{"osd":5,"last update":"Tue Jan 16 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.63700000000000001}]},{"osd":6,"last update":"Tue Jan 16 08:31:40 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.376},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.46400000000000002}]},{"osd":7,"last update":"Tue Jan 16 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.749},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.70999999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150676,"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":"Tue Jan 16 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.503}]},{"osd":2,"last update":"Tue Jan 16 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.35599999999999998}]},{"osd":3,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.628},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.39600000000000002}]},{"osd":4,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.379},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.45700000000000002}]},{"osd":5,"last update":"Tue Jan 16 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.57799999999999996}]},{"osd":6,"last update":"Tue Jan 16 08:31:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.59899999999999998}]},{"osd":7,"last update":"Tue Jan 16 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.66500000000000004}]}]},{"osd":1,"up_from":21,"seq":90194313237,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":152085,"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":"Tue Jan 16 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.628},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.57999999999999996}]},{"osd":2,"last update":"Tue Jan 16 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.59199999999999997}]},{"osd":3,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.52200000000000002}]},{"osd":4,"last update":"Tue Jan 16 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.64000000000000001}]},{"osd":5,"last update":"Tue Jan 16 08:31:43 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.496}]},{"osd":6,"last update":"Tue Jan 16 08:31:43 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.67300000000000004}]},{"osd":7,"last update":"Tue Jan 16 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.62},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.68200000000000005}]}]},{"osd":4,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.315}]},{"osd":1,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.58999999999999997}]},{"osd":2,"last update":"Tue Jan 16 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.33600000000000002}]},{"osd":3,"last update":"Tue Jan 16 08:31:38 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.54600000000000004}]},{"osd":5,"last update":"Tue Jan 16 08:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.60099999999999998}]},{"osd":6,"last update":"Tue Jan 16 08:31:38 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.41499999999999998}]},{"osd":7,"last update":"Tue Jan 16 08:31:48 2024","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.60799999999999998}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":152085,"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":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":4.1040000000000001,"5min":4.1040000000000001,"15min":4.1040000000000001},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.55200000000000005}]},{"osd":1,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":3.7869999999999999,"5min":3.7869999999999999,"15min":3.7869999999999999},"last":0.23999999999999999},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.28599999999999998}]},{"osd":2,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":4.0300000000000002,"5min":4.0300000000000002,"15min":4.0300000000000002},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":3.754,"5min":3.754,"15min":3.754},"last":0.52200000000000002}]},{"osd":4,"last update":"Tue Jan 16 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":4.0700000000000003,"5min":4.0700000000000003,"15min":4.0700000000000003},"last":0.51600000000000001}]},{"osd":5,"last update":"Tue Jan 16 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.35499999999999998}]},{"osd":6,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":4.1360000000000001,"5min":4.1360000000000001,"15min":4.1360000000000001},"last":0.497},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":3.677,"5min":3.677,"15min":3.677},"last":0.57299999999999995}]},{"osd":7,"last update":"Tue Jan 16 08:31:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.433}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":152085,"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":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.318}]},{"osd":1,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.52400000000000002}]},{"osd":2,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.44},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.42999999999999999}]},{"osd":3,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.49299999999999999}]},{"osd":4,"last update":"Tue Jan 16 08:31:39 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.34999999999999998}]},{"osd":5,"last update":"Tue Jan 16 08:31:47 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.47799999999999998}]},{"osd":7,"last update":"Tue Jan 16 08:31:48 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.53700000000000003}]}]}],"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-16T08:31:55.623 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T08:31:55.623 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T08:31:55.624 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T08:31:55.624 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph health --format=json 2024-01-16T08:31:55.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:55 smithi160 conmon[40884]: cluster 2024-01-16T08:31:53.754707+0000 mgr.smithi046.mmaeer (mgr.14182) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:56.011 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/mon.smithi046/config 2024-01-16T08:31:56.447 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:56 smithi046 conmon[35376]: audit 2024-01-16T08:31:55.040447 2024-01-16T08:31:56.447 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:56 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 146 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:31:56.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:56 smithi160 conmon[40884]: audit 2024-01-16T08:31:55.040447+0000 mgr.smithi046.mmaeer (mgr.14182) 146 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:31:57.531 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:31:57.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:57 smithi046 conmon[35376]: cluster 2024-01-16T08:31:55.754987+0000 mgr.smithi046.mmaeer (mgr.14182) 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:57.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:57 smithi160 conmon[40884]: cluster 2024-01-16T08:31:55.754987+0000 mgr.smithi046.mmaeer (mgr.14182) 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:58.135 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T08:31:58.135 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T08:31:58.135 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T08:31:58.136 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T08:31:58.146 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-16T08:31:58.147 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch status' 2024-01-16T08:31:58.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:58 smithi046 conmon[35376]: audit 2024-01-16T08:31:57.537321+0000 mon.smithi046 (mon.0) 601 : audit [DBG] 2024-01-16T08:31:58.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:58 smithi046 conmon[35376]: from='client.? 172.21.15.46:0/15753311' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T08:31:58.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:58 smithi160 conmon[40884]: audit 2024-01-16T08:31:57.537321+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/15753311' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T08:31:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:59 smithi046 conmon[35376]: cluster 2024-01-16T08:31:57.755315+0000 mgr.smithi046.mmaeer (mgr.14182) 148 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:31:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:31:59 smithi046 conmon[35376]: 2024-01-16T08:31:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:59 smithi160 conmon[40884]: cluster 2024-01-16T08:31:57.755315+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:31:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:31:59 smithi160 conmon[40884]: mgr.14182) 148 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:00.057 INFO:teuthology.orchestra.run.smithi046.stdout:Backend: cephadm 2024-01-16T08:32:00.058 INFO:teuthology.orchestra.run.smithi046.stdout:Available: Yes 2024-01-16T08:32:00.058 INFO:teuthology.orchestra.run.smithi046.stdout:Paused: No 2024-01-16T08:32:00.629 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-16T08:32:01.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:01 smithi046 conmon[35376]: cluster 2024-01-16T08:31:59.755743+0000 mgr.smithi046.mmaeer (mgr.14182) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:01.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:01 smithi046 conmon[35376]: audit 2024-01-16T08:32:00.063485+0000 mgr.smithi046.mmaeer (mgr.14182) 150 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:01.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:01 smithi160 conmon[40884]: cluster 2024-01-16T08:31:59.755743+0000 mgr.smithi046.mmaeer (mgr.14182) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:01.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:01 smithi160 conmon[40884]: 2024-01-16T08:32:01.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:01 smithi160 conmon[40884]: audit 2024-01-16T08:32:00.063485+0000 mgr.smithi046.mmaeer (mgr.14182) 150 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:02.599 INFO:teuthology.orchestra.run.smithi046.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T08:32:02.599 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager.smithi046 smithi046 *:9093,9094 running (2m) 71s ago 3m 24.3M - 0.23.0 ba2b418f427c 5dd4b0eebae1 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi046 smithi046 running (3m) 71s ago 3m 7293k - 16.2.14-449-ga70aebef 377ff36742d8 1b2a0e4a525e 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi160 smithi160 running (2m) 75s ago 2m 7419k - 16.2.14-449-ga70aebef 377ff36742d8 5db6ae65fb93 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:grafana.smithi046 smithi046 *:3000 running (2m) 71s ago 3m 48.4M - 8.3.5 dad864ee21e9 4f608447d62a 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi046.mmaeer smithi046 *:9283 running (5m) 71s ago 5m 445M - 16.2.14-449-ga70aebef 377ff36742d8 1a2a249e29cb 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi160.iddmhv smithi160 *:8443,9283 running (2m) 75s ago 2m 394M - 16.2.14-449-ga70aebef 377ff36742d8 f0f42e05a464 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi046 smithi046 running (5m) 71s ago 5m 75.3M 2048M 16.2.14-449-ga70aebef 377ff36742d8 88da377ac141 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi160 smithi160 running (2m) 75s ago 2m 67.2M 2048M 16.2.14-449-ga70aebef 377ff36742d8 87e8688619ff 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi046 smithi046 *:9100 running (3m) 71s ago 3m 22.0M - 1.3.1 1dbe0e931976 9c2a610a62cd 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi160 smithi160 *:9100 running (2m) 75s ago 2m 22.5M - 1.3.1 1dbe0e931976 520db8435e7b 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:osd.0 smithi160 running (106s) 75s ago 106s 35.9M 3990M 16.2.14-449-ga70aebef 377ff36742d8 cfe003a6cea4 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:osd.1 smithi046 running (102s) 71s ago 101s 34.0M 3223M 16.2.14-449-ga70aebef 377ff36742d8 4df613c52851 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:osd.2 smithi160 running (102s) 75s ago 101s 31.2M 3990M 16.2.14-449-ga70aebef 377ff36742d8 7d6b7f3a6339 2024-01-16T08:32:02.600 INFO:teuthology.orchestra.run.smithi046.stdout:osd.3 smithi046 running (95s) 71s ago 95s 32.7M 3223M 16.2.14-449-ga70aebef 377ff36742d8 2d3edd4db8fa 2024-01-16T08:32:02.601 INFO:teuthology.orchestra.run.smithi046.stdout:osd.4 smithi160 running (97s) 75s ago 97s 31.5M 3990M 16.2.14-449-ga70aebef 377ff36742d8 1fb68bc5fa97 2024-01-16T08:32:02.601 INFO:teuthology.orchestra.run.smithi046.stdout:osd.5 smithi046 running (88s) 71s ago 87s 31.2M 3223M 16.2.14-449-ga70aebef 377ff36742d8 4e191ddae61f 2024-01-16T08:32:02.601 INFO:teuthology.orchestra.run.smithi046.stdout:osd.6 smithi160 running (92s) 75s ago 92s 29.5M 3990M 16.2.14-449-ga70aebef 377ff36742d8 60a27c0e1844 2024-01-16T08:32:02.601 INFO:teuthology.orchestra.run.smithi046.stdout:osd.7 smithi046 running (81s) 71s ago 80s 26.3M 3223M 16.2.14-449-ga70aebef 377ff36742d8 8930dc4d6eef 2024-01-16T08:32:02.601 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus.smithi046 smithi046 *:9095 running (2m) 71s ago 3m 43.4M - 2.33.4 514e6a882f6e 684c3d5e1fa1 2024-01-16T08:32:03.129 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-16T08:32:03.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:03 smithi046 conmon[35376]: cluster 2024-01-16T08:32:01.756339+0000 mgr.smithi046.mmaeer (mgr.14182) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:03.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:03 smithi046 conmon[35376]: audit 2024-01-16T08:32:02.597195+0000 mgr.smithi046.mmaeer (mgr.14182) 152 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:03.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:03 smithi160 conmon[40884]: cluster 2024-01-16T08:32:01.756339+0000 mgr.smithi046.mmaeer (mgr.14182) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:03.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:03 smithi160 conmon[40884]: audit 2024-01-16T08:32:02.597195+0000 mgr.smithi046.mmaeer (mgr.14182) 152 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:04.999 INFO:teuthology.orchestra.run.smithi046.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-16T08:32:04.999 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager ?:9093,9094 1/1 73s ago 4m count:1 2024-01-16T08:32:04.999 INFO:teuthology.orchestra.run.smithi046.stdout:crash 2/2 77s ago 4m * 2024-01-16T08:32:04.999 INFO:teuthology.orchestra.run.smithi046.stdout:grafana ?:3000 1/1 73s ago 4m count:1 2024-01-16T08:32:04.999 INFO:teuthology.orchestra.run.smithi046.stdout:mgr 2/2 77s ago 4m count:2 2024-01-16T08:32:05.000 INFO:teuthology.orchestra.run.smithi046.stdout:mon 2/2 77s ago 3m smithi046:172.21.15.46=smithi046;smithi160:172.21.15.160=smithi160;count:2 2024-01-16T08:32:05.000 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter ?:9100 2/2 77s ago 4m * 2024-01-16T08:32:05.000 INFO:teuthology.orchestra.run.smithi046.stdout:osd.all-available-devices 8 77s ago 2m * 2024-01-16T08:32:05.000 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus ?:9095 1/1 73s ago 4m count:1 2024-01-16T08:32:05.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:05 smithi046 conmon[35376]: cluster 2024-01-16T08:32:03.756803+0000 mgr.smithi046.mmaeer (mgr.14182) 153 : cluster 2024-01-16T08:32:05.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:05 smithi046 conmon[35376]: [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:05.646 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-16T08:32:05.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:05 smithi160 conmon[40884]: cluster 2024-01-16T08:32:03.756803+0000 mgr.smithi046.mmaeer (mgr.14182) 153 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:06.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:06 smithi046 conmon[35376]: audit 2024-01-16T08:32:05.001252+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:32:06.479 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:06 smithi046 conmon[35376]: 14182) 154 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:06.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:06 smithi160 conmon[40884]: audit 2024-01-16T08:32:05.001252+0000 mgr.smithi046.mmaeer (mgr.14182) 154 : audit 2024-01-16T08:32:06.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:06 smithi160 conmon[40884]: [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:07.516 INFO:teuthology.orchestra.run.smithi046.stdout:HOST ADDR LABELS STATUS 2024-01-16T08:32:07.516 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 172.21.15.46 2024-01-16T08:32:07.517 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 172.21.15.160 2024-01-16T08:32:07.517 INFO:teuthology.orchestra.run.smithi046.stdout:2 hosts in cluster 2024-01-16T08:32:07.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:07 smithi160 conmon[40884]: cluster 2024-01-16T08:32:05.757177+0000 mgr.smithi046.mmaeer (mgr.14182) 155 : cluster 2024-01-16T08:32:07.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:07 smithi160 conmon[40884]: [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:07.729 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:07 smithi046 conmon[35376]: cluster 2024-01-16T08:32:05.757177+0000 mgr.smithi046.mmaeer (mgr.14182) 155 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:08.105 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-16T08:32:08.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:08 smithi160 conmon[40884]: audit 2024-01-16T08:32:07.522189+0000 mgr.smithi046.mmaeer (mgr.14182) 156 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:08.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:08 smithi160 conmon[40884]: audit 2024-01-16T08:32:07.738741+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:32:08.748 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:08 smithi046 conmon[35376]: audit 2024-01-16T08:32:07.522189 2024-01-16T08:32:08.748 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:08 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 156 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:08.748 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:08 smithi046 conmon[35376]: audit 2024-01-16T08:32:07.738741+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:32:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:09 smithi160 conmon[40884]: cluster 2024-01-16T08:32:07.757529+0000 mgr.smithi046.mmaeer (mgr.14182) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:09 smithi160 conmon[40884]: 2024-01-16T08:32:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:09 smithi160 conmon[40884]: audit 2024-01-16T08:32:09.369599+0000 mon.smithi046 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:09.867 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:09 smithi046 conmon[35376]: cluster 2024-01-16T08:32:07.757529+0000 mgr.smithi046.mmaeer (mgr.14182) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:09.868 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:09 smithi046 conmon[35376]: audit 2024-01-16T08:32:09.369599+0000 mon.smithi046 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009A480DGN 447G 74s ago Has a FileSystem, LVM detected 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd Linux_8125860bfeb7e3d144f3 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd Linux_122c560bd912181b6bff 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd Linux_60c1c2b080ea4190fb66 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd Linux_d90607965724a3dacce0 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.321 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JY400BGN 372G 79s ago Has a FileSystem, LVM detected 2024-01-16T08:32:10.322 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme1n1 ssd Linux_6f8e12a3f0cecdb23790 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.322 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme2n1 ssd Linux_d47abb73aa0075c8f604 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.322 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme3n1 ssd Linux_1962cd0ac29e2674b597 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:10.322 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme4n1 ssd Linux_5e33c1c4f31b2f0f5f4a 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:11.194 INFO:teuthology.run_tasks:Running task vip... 2024-01-16T08:32:11.204 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-16T08:32:11.205 INFO:tasks.vip:peername 172.21.15.46 2024-01-16T08:32:11.208 INFO:tasks.vip:172.21.15.46 in 172.21.0.0/20, pos 3885 2024-01-16T08:32:11.212 INFO:tasks.vip:smithi046.front.sepia.ceph.com static 10.0.15.46, vnet 10.0.0.0/16 2024-01-16T08:32:11.212 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-16T08:32:11.213 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip route ls 2024-01-16T08:32:11.250 INFO:teuthology.orchestra.run.smithi046.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-16T08:32:11.250 INFO:teuthology.orchestra.run.smithi046.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 metric 100 2024-01-16T08:32:11.251 INFO:tasks.vip:Configuring 10.0.15.46 on smithi046.front.sepia.ceph.com iface ens1f0... 2024-01-16T08:32:11.251 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr add 10.0.15.46/16 dev ens1f0 2024-01-16T08:32:11.327 INFO:tasks.vip:peername 172.21.15.160 2024-01-16T08:32:11.330 INFO:tasks.vip:172.21.15.160 in 172.21.0.0/20, pos 3999 2024-01-16T08:32:11.334 INFO:tasks.vip:smithi160.front.sepia.ceph.com static 10.0.15.160, vnet 10.0.0.0/16 2024-01-16T08:32:11.335 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip route ls 2024-01-16T08:32:11.373 INFO:teuthology.orchestra.run.smithi160.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-16T08:32:11.373 INFO:teuthology.orchestra.run.smithi160.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.160 metric 100 2024-01-16T08:32:11.375 INFO:tasks.vip:Configuring 10.0.15.160 on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T08:32:11.375 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr add 10.0.15.160/16 dev enp3s0f1 2024-01-16T08:32:11.447 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T08:32:11.460 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-16T08:32:11.460 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-16T08:32:11.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:11 smithi046 conmon[35376]: cluster 2024-01-16T08:32:09.757884+0000 mgr.smithi046.mmaeer (mgr.14182) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:11.492 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:11 smithi046 conmon[35376]: audit 2024-01-16T08:32:10.325816+0000 mgr.smithi046.mmaeer (mgr.14182) 159 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:11.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:11 smithi160 conmon[40884]: cluster 2024-01-16T08:32:09.757884+0000 mgr.smithi046.mmaeer (mgr.14182) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:11.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:11 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:32:11.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:11 smithi160 conmon[40884]: 01-16T08:32:10.325816+0000 mgr.smithi046.mmaeer (mgr.14182) 159 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: cluster 2024-01-16T08:32:11.758192+0000 mgr.smithi046.mmaeer (mgr.14182) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: audit 2024-01-16T08:32:12.113098+0000 mon.smithi046 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: audit 2024-01-16T08:32:12.704513+0000 mon.smithi046 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: audit 2024-01-16T08:32:12.705241+0000 mon.smithi046 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: audit 2024-01-16T08:32:12.709515+0000 mon.smithi046 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:13.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:13 smithi046 conmon[35376]: audit 2024-01-16T08:32:12.713360+0000 mon.smithi046 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:32:13.402 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009A480DGN 447G 77s ago Has a FileSystem, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd Linux_8125860bfeb7e3d144f3 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd Linux_122c560bd912181b6bff 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd Linux_60c1c2b080ea4190fb66 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd Linux_d90607965724a3dacce0 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JY400BGN 372G 82s ago Has a FileSystem, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme1n1 ssd Linux_6f8e12a3f0cecdb23790 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme2n1 ssd Linux_d47abb73aa0075c8f604 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme3n1 ssd Linux_1962cd0ac29e2674b597 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.403 INFO:teuthology.orchestra.run.smithi046.stdout:smithi160 /dev/nvme4n1 ssd Linux_5e33c1c4f31b2f0f5f4a 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T08:32:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: cluster 2024-01-16T08:32:11.758192+0000 mgr.smithi046.mmaeer (mgr.14182) 160 : cluster [DBG] 2024-01-16T08:32:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: audit 2024-01-16T08:32:12.113098+0000 mon.smithi046 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: audit 2024-01-16T08:32:12.704513+0000 mon.smithi046 (mon.0) 605 : audit [DBG] 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: audit 2024-01-16T08:32:12.705241+0000 mon.smithi046 (mon.0) 606 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: audit 2024-01-16T08:32:12.709515+0000 mon.smithi046 (mon.0) 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: 607 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: audit 2024-01-16T08:32:12.713360+0000 mon.smithi046 2024-01-16T08:32:13.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:13 smithi160 conmon[40884]: (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:32:13.936 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-16T08:32:13.946 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.46/16' 2024-01-16T08:32:13.947 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch apply -i - 2024-01-16T08:32:14.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:14 smithi046 conmon[35376]: audit 2024-01-16T 2024-01-16T08:32:14.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:14 smithi046 conmon[35376]: 08:32:13.407209+0000 mgr.smithi046.mmaeer (mgr.14182) 161 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:14.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:14 smithi046 conmon[35376]: audit 2024-01-16T08:32:13.433573+0000 mon.smithi046 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:32:14.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:14 smithi160 conmon[40884]: audit 2024-01-16T08:32:13.407209+0000 mgr.smithi046.mmaeer (mgr.14182) 161 : audit 2024-01-16T08:32:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:14 smithi160 conmon[40884]: [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:14.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:14 smithi160 conmon[40884]: audit 2024-01-16T08:32:13.433573+0000 mon.smithi046 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:32:15.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:15 smithi046 conmon[35376]: cluster 2024-01-16T08:32:13.758547+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:32:15.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:15 smithi046 conmon[35376]: 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:15.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:15 smithi046 conmon[35376]: audit 2024-01-16T08:32:15.056148+0000 mon.smithi046 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:15.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:15 smithi160 conmon[40884]: cluster 2024-01-16T08:32:13.758547+0000 mgr.smithi046.mmaeer (mgr.14182) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:15.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:15 smithi160 conmon[40884]: audit 2024-01-16T08:32:15.056148+0000 mon.smithi046 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:16.358 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled rgw.foo update... 2024-01-16T08:32:16.358 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled ingress.rgw.foo update... 2024-01-16T08:32:16.949 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T08:32:16.960 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-16T08:32:16.961 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: cluster 2024-01-16T08:32:15.758911+0000 mgr.smithi046.mmaeer (mgr.14182) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: audit 2024-01-16T08:32:16.353087+0000 mgr.smithi046.mmaeer (mgr.14182) 164 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:16.357146+0000 mgr.smithi046.mmaeer (mgr.14182) 165 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: audit 2024-01-16T08:32:16.360270+0000 mon.smithi046 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:16.360709+0000 mgr.smithi046.mmaeer (mgr.14182) 166 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-16T08:32:17.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:17 smithi046 conmon[35376]: audit 2024-01-16T08:32:16.364580+0000 mon.smithi046 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:17.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: cluster 2024-01-16T08:32:15.758911+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:32:17.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:17.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: audit 2024-01-16T08:32:16.353087+0000 mgr.smithi046.mmaeer (mgr.14182) 164 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:32:17.655 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:16.357146+0000 mgr.smithi046.mmaeer (mgr.14182) 165 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-16T08:32:17.655 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: audit 2024-01-16T08:32:16.360270+0000 mon.smithi046 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:17.655 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:16.360709+0000 mgr.smithi046.mmaeer (mgr.14182) 166 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-16T08:32:17.655 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:17 smithi160 conmon[40884]: audit 2024-01-16T08:32:16.364580+0000 mon.smithi046 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:19.197 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:19.198 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:16.357162Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:19 smithi046 conmon[35376]: cluster 2024-01-16T08:32:17.759231+0000 mgr.smithi046.mmaeer (mgr.14182) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:19 smithi046 conmon[35376]: audit 2024-01-16T08:32:18.350746+0000 mon.smithi046 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:19.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:19 smithi046 conmon[35376]: audit 2024-01-16T08:32:18.794722+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:19.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:19 smithi160 conmon[40884]: cluster 2024-01-16T08:32:17.759231+0000 mgr.smithi046.mmaeer (mgr.14182) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:19.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:19 smithi160 conmon[40884]: audit 2024-01-16T08:32:18.350746+0000 mon.smithi046 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:19.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:19 smithi160 conmon[40884]: audit 2024-01-16T08:32:18.794722+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:20.130 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:20.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:20 smithi046 conmon[35376]: audit 2024-01-16T08:32:19.197496+0000 mgr.smithi046.mmaeer (mgr.14182) 168 : audit [DBG] 2024-01-16T08:32:20.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:20 smithi046 conmon[35376]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:20.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:20 smithi160 conmon[40884]: audit 2024-01-16T08:32:19.197496+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:32:20.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:20 smithi160 conmon[40884]: 168 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:21.132 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:21.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:21 smithi046 conmon[35376]: cluster 2024-01-16T08:32:19.759669+0000 mgr.smithi046.mmaeer (mgr.14182) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:21.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:21 smithi160 conmon[40884]: cluster 2024-01-16T08:32:19.759669+0000 mgr.smithi046.mmaeer (mgr.14182) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:23.558 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:23.558 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:23 smithi046 conmon[35376]: cluster 2024-01-16T08:32:21.759959+0000 2024-01-16T08:32:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:23 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:23 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.352704+0000 mon.smithi046 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:23 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.353792+0000 mon.smithi046 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:23 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.354721+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:32:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:23 smithi160 conmon[40884]: cluster 2024-01-16T08:32:21.759959+0000 mgr.smithi046.mmaeer (mgr.14182) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:23 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.352704+0000 mon.smithi046 (mon.0) 615 : audit 2024-01-16T08:32:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:23 smithi160 conmon[40884]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:23 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.353792+0000 mon.smithi046 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:23 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.354721+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:32:24.191 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.359409+0000 mon.smithi046 (mon.0) 618 : 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.366468+0000 mon.smithi046 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:23.374978+0000 mgr.smithi046.mmaeer (mgr.14182) 171 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.378356+0000 mon.smithi046 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.378922+0000 mon.smithi046 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.vhtwqr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.381651+0000 mon.smithi046 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.vhtwqr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.385299+0000 mon.smithi046 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.386050+0000 mon.smithi046 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:23.386639+0000 mgr.smithi046.mmaeer (mgr.14182) 172 : cephadm [INF] Deploying daemon rgw.foo.smithi160.vhtwqr on smithi160 2024-01-16T08:32:24.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:24 smithi160 conmon[40884]: audit 2024-01-16T08:32:23.560785+0000 mgr.smithi046.mmaeer (mgr.14182) 173 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:24.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.359409+0000 mon.smithi046 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32 2024-01-16T08:32:24.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: :23.366468+0000 mon.smithi046 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:23.374978+0000 mgr.smithi046.mmaeer (mgr.14182) 171 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.378356+0000 mon.smithi046 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.378922+0000 mon.smithi046 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.vhtwqr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.381651+0000 mon.smithi046 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.vhtwqr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.385299+0000 mon.smithi046 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.386050+0000 mon.smithi046 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:23.386639+0000 mgr.smithi046.mmaeer (mgr.14182) 172 : cephadm [INF] Deploying daemon rgw.foo.smithi160.vhtwqr on smithi160 2024-01-16T08:32:24.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:24 smithi046 conmon[35376]: audit 2024-01-16T08:32:23.560785+0000 mgr.smithi046.mmaeer (mgr.14182) 173 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:25.192 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:26.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:25 smithi046 conmon[35376]: cluster 2024-01-16T08:32:23.760463+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:32:26.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:25 smithi046 conmon[35376]: 14182) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:25 smithi160 conmon[40884]: cluster 2024-01-16T08:32:23.760463+0000 mgr.smithi046.mmaeer (mgr.14182) 174 : cluster 2024-01-16T08:32:26.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:25 smithi160 conmon[40884]: [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:27.047 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:27.048 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: cluster 2024-01-16T08:32:25.760766+0000 mgr.smithi046.mmaeer (mgr.14182) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.812140+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.813401+0000 mon.smithi046 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.ahwuhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.817126+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.ahwuhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.823402+0000 mon.smithi046 (mon.0) 628 : audit 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.824266+0000 mon.smithi046 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:25.824919+0000 mgr.smithi046.mmaeer (mgr.14182) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi046.ahwuhe on smithi046 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: cluster 2024-01-16T08:32:25.859054+0000 mon.smithi046 (mon.0) 630 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.866529+0000 mon.smithi160 (mon.1) 19 : audit [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T08:32:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:26 smithi046 conmon[35376]: audit 2024-01-16T08:32:25.871587+0000 mon.smithi046 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: cluster 2024-01-16T08:32:25.760766+0000 mgr.smithi046.mmaeer (mgr.14182) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08:32:25.812140+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: T08:32:25.813401+0000 mon.smithi046 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.ahwuhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08:32:25. 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 817126+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.ahwuhe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08:32:27.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 2024-01-16T08:32:25.823402+0000 mon.smithi046 (mon.0 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: ) 628 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 32:25.824266+0000 mon.smithi046 (mon.0) 629 : audit 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:25.824919+0000 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi046.ahwuhe on smithi046 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: cluster 2024- 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 01-16T08:32:25.859054+0000 mon.smithi046 (mon.0) 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 630 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 32:25.866529+0000 mon.smithi160 (mon.1) 19 : audit 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:32:27.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: 32:25.871587+0000 mon.smithi046 (mon.0) 631 : audit [INF] 2024-01-16T08:32:27.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:26 smithi160 conmon[40884]: from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T08:32:28.123 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:27 smithi046 conmon[35376]: audit 2024-01-16T08:32:26.861255+0000 mon.smithi046 ( 2024-01-16T08:32:28.123 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:27 smithi046 conmon[35376]: mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T08:32:28.123 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:27 smithi046 conmon[35376]: cluster 2024-01-16T08:32:26.861345+0000 mon.smithi046 (mon.0) 633 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T08:32:28.123 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:27 smithi046 conmon[35376]: audit 2024-01-16T08:32:27.049371+0000 mgr.smithi046.mmaeer (mgr.14182) 177 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:28.183 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:27 smithi160 conmon[40884]: audit 2024-01-16T08:32:26.861255+0000 mon.smithi046 (mon.0) 632 : audit [INF] 2024-01-16T08:32:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:27 smithi160 conmon[40884]: from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T08:32:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:27 smithi160 conmon[40884]: cluster 2024-01-16T08:32:26.861345+0000 mon.smithi046 (mon.0) 633 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T08:32:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:27 smithi160 conmon[40884]: audit 2024-01-16T08:32:27.049371+0000 mgr.smithi046.mmaeer (mgr.14182) 177 : audit 2024-01-16T08:32:28.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:27 smithi160 conmon[40884]: [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:29.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:28 smithi046 conmon[35376]: cluster 2024-01-16T08:32: 2024-01-16T08:32:29.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:28 smithi046 conmon[35376]: 27.761169+0000 mgr.smithi046.mmaeer (mgr.14182) 178 : cluster [DBG] pgmap v144: 33 pgs: 14 unknown, 19 active+clean; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:29.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:28 smithi046 conmon[35376]: cluster 2024-01-16T08:32:27.866580+0000 mon.smithi046 (mon.0) 634 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T08:32:29.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:28 smithi046 conmon[35376]: audit 2024-01-16T08:32:27.868428+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T08:32:29.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:28 smithi046 conmon[35376]: audit 2024-01-16T08:32:27.869038+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T08:32:29.185 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:29.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:28 smithi160 conmon[40884]: cluster 2024-01-16T08:32:27.761169+0000 mgr.smithi046.mmaeer (mgr.14182) 178 : cluster [DBG] pgmap v144: 33 pgs: 14 unknown, 19 active+clean; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:29.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:28 smithi160 conmon[40884]: cluster 2024-01-16T08:32:27.866580+0000 mon.smithi046 (mon.0) 634 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T08:32:29.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:28 smithi160 conmon[40884]: audit 2024-01-16T08:32:27.868428+0000 mon.smithi160 (mon.1) 20 : audit [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T08:32:29.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:28 smithi160 conmon[40884]: audit 2024-01-16T08:32:27.869038+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T08:32:30.018 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:28.868167+0000 mon.smithi046 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T08:32:30.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: cluster 2024-01-16T08:32:28.868391+0000 mon.smithi046 (mon.0) 637 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.358421+0000 mon.smithi046 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.360078+0000 mon.smithi046 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.duicnb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.364972+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.duicnb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.370677+0000 mon.smithi046 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.371590 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: +0000 mon.smithi046 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:30.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:29 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:29.372567+0000 mgr.smithi046.mmaeer (mgr.14182) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi160.duicnb on smithi160 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:28.868167+0000 mon.smithi046 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: cluster 2024-01-16T08:32:28.868391+0000 mon.smithi046 (mon.0) 637 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.358421+0000 mon.smithi046 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.360078+0000 mon.smithi046 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.duicnb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.364972+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi160.duicnb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.370677+0000 mon.smithi046 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.371590+0000 mon.smithi046 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:30.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:29 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:29.372567+0000 mgr.smithi046.mmaeer (mgr.14182) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi160.duicnb on smithi160 2024-01-16T08:32:30.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:30 smithi160 conmon[40884]: cluster 2024-01-16T08:32:29.761502+0000 mgr.smithi046.mmaeer (mgr.14182) 180 : cluster [DBG] pgmap v147: 65 pgs: 16 creating+peering, 33 active+clean, 16 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-16T08:32:30.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:30 smithi160 conmon[40884]: cluster 2024-01-16T08:32:29.881107+0000 mon.smithi046 (mon.0) 643 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T08:32:30.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:30 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.882791+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:30.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:30 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.882876+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='client.? 172.21.15.46:0/1329645156' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:30.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:30 smithi160 conmon[40884]: audit 2024-01-16T08:32:29.885047+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:30 smithi046 conmon[35376]: cluster 2024-01-16T08:32:29.761502+0000 mgr.smithi046.mmaeer (mgr.14182) 180 : cluster [DBG] pgmap v147: 65 pgs: 16 creating+peering, 33 active+clean, 16 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-16T08:32:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:30 smithi046 conmon[35376]: cluster 2024-01-16T08:32:29.881107+0000 mon.smithi046 (mon.0) 643 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T08:32:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:30 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.882791+0000 mon.smithi160 (mon.1) 21 : audit [INF] from='client.? 172.21.15.160:0/3118241672' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:30 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.882876+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='client.? 172.21.15.46:0/1329645156' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:30 smithi046 conmon[35376]: audit 2024-01-16T08:32:29.885047+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T08:32:32.548 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:32.548 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:32.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:32 smithi046 conmon[35376]: audit 2024-01-16T08:32:30.883080+0000 mon.smithi046 2024-01-16T08:32:32.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:32 smithi046 conmon[35376]: (mon.0) 646 : audit [INF] from='client.? 172.21.15.46:0/1329645156' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T08:32:32.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:32 smithi046 conmon[35376]: audit 2024-01-16T08:32:30.883343+0000 mon.smithi046 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T08:32:32.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:32 smithi046 conmon[35376]: cluster 2024-01-16T08:32:30.883566+0000 mon.smithi046 (mon.0) 648 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T08:32:32.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:32 smithi160 conmon[40884]: audit 2024-01-16T08:32:30.883080+0000 mon.smithi046 (mon.0) 646 2024-01-16T08:32:32.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:32 smithi160 conmon[40884]: : audit [INF] from='client.? 172.21.15.46:0/1329645156' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T08:32:32.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:32 smithi160 conmon[40884]: audit 2024-01-16T08:32:30.883343+0000 mon.smithi046 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T08:32:32.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:32 smithi160 conmon[40884]: cluster 2024-01-16T08:32:30.883566+0000 mon.smithi046 (mon.0) 648 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T08:32:33.321 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:33.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: cluster 2024-01-16T08:32:31.761837+0000 mgr.smithi046.mmaeer (mgr.14182) 181 : cluster [DBG] pgmap v150: 97 pgs: 16 creating+peering, 33 active+clean, 48 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 767 B/s wr, 1 op/s 2024-01-16T08:32:33.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.339766+0000 mon.smithi046 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.341422+0000 mon.smithi046 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.nilwue", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: cluster 2024-01-16T08:32:32.345621+0000 mon.smithi046 (mon.0) 651 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.350316+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/1380610559' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.353779+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/941597598' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.357969+0000 mon.smithi046 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.nilwue", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.358125+0000 mon.smithi046 (mon.0) 653 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01- 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: 16T08:32:32.358531+0000 mon.smithi046 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.358973+0000 mon.smithi046 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.362453+0000 mon.smithi046 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.363162+0000 mon.smithi046 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:32.363798+0000 mgr.smithi046.mmaeer (mgr.14182) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi046.nilwue on smithi046 2024-01-16T08:32:33.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:33 smithi046 conmon[35376]: audit 2024-01-16T08:32:32.551223+0000 mgr.smithi046.mmaeer (mgr.14182) 183 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: cluster 2024-01-16T08:32:31.761837+0000 mgr.smithi046.mmaeer (mgr.14182) 181 : cluster [DBG] pgmap v150: 97 pgs: 16 creating+peering, 33 active+clean, 48 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 767 B/s wr, 1 op/s 2024-01-16T08:32:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08:32:32.339766+0000 mon.smithi046 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08:32:32.341422+0000 mon.smithi046 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.nilwue", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T08:32:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: cluster 2024-01-16T08:32:32.345621+0000 mon.smithi046 (mon.0) 651 : 2024-01-16T08:32:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08:32:32.350316+0000 mon.smithi160 (mon.1) 22 : audit [INF] from='client.? 172.21.15.160:0/1380610559' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: :32:32.353779+0000 mon.smithi160 (mon.1) 23 : audit [INF] from='client.? 172.21.15.160:0/941597598' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: 32:32.357969+0000 mon.smithi046 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi046.nilwue", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: :32:32.358125+0000 mon.smithi046 (mon.0) 653 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: :32:32.358531+0000 mon.smithi046 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:32:33.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: 08:32:32.358973+0000 mon.smithi046 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: T08:32:32.362453+0000 mon.smithi046 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: T08:32:32.363162+0000 mon.smithi046 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: cephadm 2024- 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: 01-16T08:32:32.363798+0000 mgr.smithi046.mmaeer (mgr.14182) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi046.nilwue on smithi046 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.725 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:33 smithi160 conmon[40884]: 2024-01-16T08:32:32.551223+0000 mgr.smithi046.mmaeer (mgr.14182) 183 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:34.322 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.350216+0000 mon.smithi046 (mon.0) 658 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.350358+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.350474+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: cluster 2024-01-16T08:32:33.350540+0000 mon.smithi046 (mon.0) 661 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.358872+0000 mon.smithi160 (mon.1) 24 : audit [INF] from='client.? 172.21.15.160:0/941597598' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.361452+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: T08:32:33.363720+0000 mon.smithi160 (mon.1) 25 : audit [INF] from='client.? 172.21.15.160:0/1380610559' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.363883+0000 mon.smithi046 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:34 smithi046 conmon[35376]: audit 2024-01-16T08:32:33.364767+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.350216+0000 mon.smithi046 (mon.0) 658 : audit [INF] 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.350358+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.350474+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: cluster 2024-01 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: -16T08:32:33.350540+0000 mon.smithi046 (mon.0) 661 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.358872+0000 mon.smithi160 (mon.1) 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: 24 : audit [INF] from='client.? 172.21.15.160:0/941597598' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01- 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: 16T08:32:33.361452+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33.363720+0000 mon.smithi160 (mon.1) 25 : audit [INF] 2024-01-16T08:32:34.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: from='client.? 172.21.15.160:0/1380610559' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16T08:32:33 2024-01-16T08:32:34.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: .363883+0000 mon.smithi046 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:34.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:32:34.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:34 smithi160 conmon[40884]: T08:32:33.364767+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: cluster 2024-01-16T08:32:33.762205+0000 mgr.smithi046.mmaeer (mgr.14182) 184 : 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: cluster [DBG] pgmap v153: 129 pgs: 15 creating+peering, 97 active+clean, 17 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 511 B/s wr, 8 op/s 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: audit 2024-01-16T08:32:34.357375+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: audit 2024-01-16T08:32:34.357471+0000 mon.smithi046 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: audit 2024-01-16T08:32:34.357552+0000 mon.smithi046 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:35 smithi046 conmon[35376]: cluster 2024-01-16T08:32:34.357626+0000 mon.smithi046 (mon.0) 668 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: cluster 2024-01-16T08:32:33.762205+0000 mgr.smithi046.mmaeer (mgr.14182) 184 : cluster [DBG] pgmap v153: 129 pgs: 15 creating+peering, 97 active+clean, 17 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 511 B/s wr, 8 op/s 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: audit 2024-01-16T08:32:34.357375+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='client.? 172.21.15.46:0/3923830884' entity='client.rgw.foo.smithi046.ahwuhe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: audit 2024-01-16T08:32:34.357471+0000 mon.smithi046 (mon. 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: 0) 666 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.duicnb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: audit 2024-01-16T08:32:34.357552+0000 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: mon.smithi046 (mon.0) 667 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi160.vhtwqr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: cluster 2024-01-16T 2024-01-16T08:32:35.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:35 smithi160 conmon[40884]: 08:32:34.357626+0000 mon.smithi046 (mon.0) 668 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T08:32:36.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:36 smithi046 conmon[35376]: audit 2024-01-16T08:32:35.418175+0000 mon.smithi046 (mon.0) 669 : 2024-01-16T08:32:36.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:36 smithi046 conmon[35376]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:36.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:36 smithi046 conmon[35376]: audit 2024-01-16T08:32:35.424676+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:36.605 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:36 smithi046 conmon[35376]: cephadm 2024-01-16T08:32:35.434359+0000 mgr.smithi046.mmaeer (mgr.14182) 185 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.pozsis on smithi160 2024-01-16T08:32:36.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:36 smithi160 conmon[40884]: audit 2024-01-16T08:32:35.418175+0000 mon.smithi046 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:36.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:36 smithi160 conmon[40884]: audit 2024-01-16T08:32:35.424676+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:36.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:36 smithi160 conmon[40884]: cephadm 2024-01-16T08:32:35.434359+0000 mgr.smithi046.mmaeer (mgr.14182) 185 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.pozsis on smithi160 2024-01-16T08:32:36.964 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:36.964 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:37.589 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:37 smithi160 conmon[40884]: cluster 2024-01-16T08:32:35.762631+0000 mgr.smithi046.mmaeer (mgr.14182) 186 : cluster [DBG] pgmap v155: 129 pgs: 15 creating+peering, 97 active+clean, 17 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 419 B/s wr, 6 op/s 2024-01-16T08:32:37.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:37 smithi046 conmon[35376]: cluster 2024-01-16T08:32:35.762631+0000 mgr.smithi046.mmaeer (mgr.14182) 186 2024-01-16T08:32:37.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:37 smithi046 conmon[35376]: : cluster [DBG] pgmap v155: 129 pgs: 15 creating+peering, 97 active+clean, 17 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 419 B/s wr, 6 op/s 2024-01-16T08:32:38.590 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:38.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:38 smithi160 conmon[40884]: audit 2024-01-16T08:32:36.966608+0000 mgr.smithi046.mmaeer (mgr.14182) 187 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:38.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:38 smithi046 conmon[35376]: audit 2024-01-16T08:32:36.966608+0000 mgr.smithi046.mmaeer (mgr.14182) 187 2024-01-16T08:32:38.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:38 smithi046 conmon[35376]: : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:39 smithi160 conmon[40884]: cluster 2024-01-16T08:32:37.763259+0000 mgr.smithi046.mmaeer (mgr.14182) 188 : cluster [DBG] 2024-01-16T08:32:39.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:39 smithi160 conmon[40884]: pgmap v156: 129 pgs: 15 creating+peering, 114 active+clean; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 KiB/s rd, 3.7 KiB/s wr, 328 op/s 2024-01-16T08:32:39.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:39 smithi046 conmon[35376]: cluster 2024-01-16T08:32:37.763259+0000 mgr.smithi046.mmaeer (mgr.14182) 188 2024-01-16T08:32:39.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:39 smithi046 conmon[35376]: : cluster [DBG] pgmap v156: 129 pgs: 15 creating+peering, 114 active+clean; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 KiB/s rd, 3.7 KiB/s wr, 328 op/s 2024-01-16T08:32:40.495 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:40.496 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:41.131 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:40 smithi160 conmon[40884]: cluster 2024-01-16T08:32:39.764036+0000 mgr.smithi046.mmaeer (mgr.14182) 189 : cluster [DBG] 2024-01-16T08:32:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:40 smithi160 conmon[40884]: pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 4.3 KiB/s wr, 472 op/s 2024-01-16T08:32:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:40 smithi160 conmon[40884]: audit 2024-01-16T08:32:39.953228+0000 mon.smithi046 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:40 smithi160 conmon[40884]: audit 2024-01-16T08:32:40.498142+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:32:41.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:40 smithi160 conmon[40884]: 14182) 190 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:41.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:40 smithi046 conmon[35376]: cluster 2024-01-16T08:32:39.764036+0000 mgr.smithi046.mmaeer (mgr.14182) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 4.3 KiB/s wr, 472 op/s 2024-01-16T08:32:41.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:40 smithi046 conmon[35376]: audit 2024-01-16T08:32:39.953228+0000 mon.smithi046 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:41.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:40 smithi046 conmon[35376]: audit 2024-01-16T08:32:40.498142+0000 mgr.smithi046.mmaeer (mgr.14182) 190 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:42.132 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:43.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:42 smithi160 conmon[40884]: cluster 2024-01-16T08:32:41.764417+0000 mgr.smithi046.mmaeer (mgr.14182) 191 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 3.8 KiB/s wr, 415 op/s 2024-01-16T08:32:43.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:42 smithi046 conmon[35376]: cluster 2024-01-16T08:32:41.764417+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:32:43.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:42 smithi046 conmon[35376]: 14182) 191 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 3.8 KiB/s wr, 415 op/s 2024-01-16T08:32:43.995 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:43.995 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:44.525 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:45.526 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: cluster 2024-01-16T08:32:43.765084+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: ) 192 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 KiB/s rd, 3.2 KiB/s wr, 349 op/s 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: audit 2024-01-16T08:32:43.997289+0000 mgr.smithi046.mmaeer (mgr.14182) 193 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: audit 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: 2024-01 2024-01-16T08:32:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: -16T08:32:44. 2024-01-16T08:32:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: 959893+0000 mon.smithi046 (mon.0) 2024-01-16T08:32:45.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:45 smithi046 conmon[35376]: 672 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:45 smithi160 conmon[40884]: cluster 2024-01-16T08:32:43.765084+0000 mgr.smithi046.mmaeer (mgr.14182) 192 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 KiB/s rd, 3.2 KiB/s wr, 349 op/s 2024-01-16T08:32:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:45 smithi160 conmon[40884]: audit 2024-01-16T08:32:43.997289+0000 mgr.smithi046.mmaeer (mgr.14182) 193 2024-01-16T08:32:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:45 smithi160 conmon[40884]: : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:45.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:45 smithi160 conmon[40884]: audit 2024-01-16T08:32:44.959893+0000 mon.smithi046 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:32:47.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:47.399 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:47.608 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:47 smithi046 conmon[35376]: cluster 2024-01-16T08:32:45.765615+0000 mgr.smithi046.mmaeer (mgr.14182) 194 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 KiB/s rd, 2.8 KiB/s wr, 306 op/s 2024-01-16T08:32:47.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:47 smithi160 conmon[40884]: cluster 2024-01-16T08:32:45.765615+0000 mgr.smithi046.mmaeer (mgr.14182) 194 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 KiB/s rd, 2.8 KiB/s wr, 306 op/s 2024-01-16T08:32:48.045 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:48.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:48 smithi046 conmon[35376]: audit 2024-01-16T08:32:47.401305+0000 mgr.smithi046.mmaeer (mgr.14182) 195 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:48.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:48 smithi160 conmon[40884]: audit 2024-01-16T08:32:47.401305+0000 mgr.smithi046.mmaeer (mgr.14182) 195 : audit 2024-01-16T08:32:48.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:48 smithi160 conmon[40884]: [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:49.046 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:49.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:49 smithi046 conmon[35376]: cluster 2024-01-16T08:32:47.766207+0000 mgr.smithi046.mmaeer (mgr.14182) 196 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 167 KiB/s rd, 2.7 KiB/s wr, 291 op/s 2024-01-16T08:32:49.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:49 smithi160 conmon[40884]: cluster 2024-01-16T08:32:47.766207+0000 mgr.smithi046.mmaeer (mgr.14182) 196 2024-01-16T08:32:49.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:49 smithi160 conmon[40884]: : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 167 KiB/s rd, 2.7 KiB/s wr, 291 op/s 2024-01-16T08:32:50.964 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:50.964 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:51.595 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:51.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:51 smithi046 conmon[35376]: cluster 2024-01-16T08:32:49.767021+0000 mgr.smithi046.mmaeer (mgr.14182) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 1023 B/s wr, 129 op/s 2024-01-16T08:32:51.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:51 smithi160 conmon[40884]: cluster 2024-01-16T08:32:49.767021+0000 mgr.smithi046.mmaeer (mgr.14182) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 1023 B/s wr, 129 op/s 2024-01-16T08:32:52.597 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:52.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:52 smithi046 conmon[35376]: audit 2024-01-16T08:32:50.966238+0000 mgr.smithi046.mmaeer (mgr.14182) 198 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:52.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:52 smithi160 conmon[40884]: audit 2024-01-16T08:32:50.966238+0000 mgr.smithi046.mmaeer (mgr.14182) 198 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:52.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:52 smithi160 conmon[40884]: 2024-01-16T08:32:53.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:53 smithi046 conmon[35376]: cluster 2024-01-16T08:32:51.767601+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:32:53.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:53 smithi046 conmon[35376]: 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:53.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:53 smithi160 conmon[40884]: cluster 2024-01-16T08:32:51.767601+0000 mgr.smithi046.mmaeer (mgr.14182) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:54.535 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:54.535 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:55.096 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:55.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:55 smithi046 conmon[35376]: cluster 2024-01-16T08:32:53.768446+0000 mgr.smithi046.mmaeer (mgr.14182) 200 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:55.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:55 smithi046 conmon[35376]: audit 2024-01-16T08:32:55.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:55 smithi046 conmon[35376]: 2024-01-16T08:32:54.537419+0000 mgr.smithi046.mmaeer (mgr.14182) 201 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:55.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:55 smithi160 conmon[40884]: cluster 2024-01-16T08:32:53.768446+0000 mgr.smithi046.mmaeer (mgr.14182) 200 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:55.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:55 smithi160 conmon[40884]: audit 2024-01-16T08:32:55.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:55 smithi160 conmon[40884]: 2024-01-16T08:32:54.537419+0000 mgr.smithi046.mmaeer (mgr.14182) 201 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:56.097 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:57.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:57 smithi046 conmon[35376]: cluster 2024-01-16T08:32:55.768920+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:32:57.600 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:57 smithi046 conmon[35376]: 14182) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:57.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:57 smithi160 conmon[40884]: cluster 2024-01-16T08:32:55.768920+0000 mgr.smithi046.mmaeer (mgr.14182) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:58.010 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:32:58.011 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:32:58.664 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:32:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:59 smithi046 conmon[35376]: cluster 2024-01-16T08:32:57.769466+0000 mgr.smithi046.mmaeer (mgr.14182) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:32:59 smithi046 conmon[35376]: audit 2024-01-16T08:32:58.013282+0000 mgr.smithi046.mmaeer (mgr.14182) 204 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:32:59.665 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:32:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:59 smithi160 conmon[40884]: cluster 2024-01-16T08:32:57.769466+0000 mgr.smithi046.mmaeer (mgr.14182) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:32:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:59 smithi160 conmon[40884]: audit 2024-01-16T08:32:59.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:32:59 smithi160 conmon[40884]: 2024-01-16T08:32:58.013282+0000 mgr.smithi046.mmaeer (mgr.14182) 204 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:01.536 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:01.536 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:01.558 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:01 smithi046 conmon[35376]: cluster 2024-01-16T08:32:59.770205+0000 mgr.smithi046.mmaeer (mgr.14182) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:01.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:01 smithi160 conmon[40884]: cluster 2024-01-16T08:32:59.770205+0000 mgr.smithi046.mmaeer (mgr.14182) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:02.071 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:02.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:02 smithi160 conmon[40884]: audit 2024-01-16T08:33:01.538678+0000 mgr.smithi046.mmaeer (mgr.14182) 206 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:02 smithi046 conmon[35376]: audit 2024-01-16T08:33:01.538678+0000 mgr.smithi046.mmaeer (mgr.14182) 206 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:03.072 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:03.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:03 smithi160 conmon[40884]: cluster 2024-01-16T08:33:01.770608+0000 mgr.smithi046.mmaeer (mgr.14182) 207 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:03.772 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:03 smithi046 conmon[35376]: cluster 2024-01-16T08:33:01.770608+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:33:03.773 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:03 smithi046 conmon[35376]: 14182) 207 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:04.977 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:04.977 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:05.644 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:05.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:05 smithi160 conmon[40884]: cluster 2024-01-16T08:33:03.771359+0000 mgr.smithi046.mmaeer (mgr.14182) 208 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:05 smithi046 conmon[35376]: cluster 2024-01-16T08:33:03.771359+0000 mgr.smithi046.mmaeer 2024-01-16T08:33:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:05 smithi046 conmon[35376]: (mgr.14182) 208 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:06.644 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:06.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:06 smithi046 conmon[35376]: audit 2024-01-16T08:33:04.979873+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:33:06.680 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:06 smithi046 conmon[35376]: ) 209 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:06.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:06 smithi160 conmon[40884]: audit 2024-01-16T08:33:04.979873+0000 mgr.smithi046.mmaeer (mgr.14182) 209 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:06.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:06 smithi160 conmon[40884]: 2024-01-16T08:33:07.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:07 smithi160 conmon[40884]: cluster 2024-01-16T08:33:05.771821+0000 mgr.smithi046.mmaeer (mgr.14182) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:07.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:07 smithi046 conmon[35376]: cluster 2024-01-16T08:33:05.771821+0000 2024-01-16T08:33:07.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:07 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:08.561 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:08.562 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:09.187 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:09 smithi046 conmon[35376]: cluster 2024-01-16T08:33:07.772618+0000 mgr.smithi046.mmaeer (mgr.14182) 211 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:09.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:09 smithi046 conmon[35376]: audit 2024-01-16T08:33:08.564381+0000 mgr.smithi046.mmaeer (mgr.14182) 212 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:09.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:09 smithi160 conmon[40884]: cluster 2024-01-16T08:33:07.772618+0000 mgr.smithi046.mmaeer (mgr.14182) 211 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:09.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:09 smithi160 conmon[40884]: audit 2024-01-16T08:33:08.564381+0000 mgr.smithi046.mmaeer (mgr.14182) 212 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:10.188 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:11.717 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:11 smithi046 conmon[35376]: cluster 2024-01-16T08:33:09.773242+0000 mgr.smithi046.mmaeer (mgr.14182) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:11.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:11 smithi160 conmon[40884]: cluster 2024-01-16T08:33:09.773242+0000 mgr.smithi046.mmaeer (mgr.14182) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:12.125 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:12.125 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:12.726 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:13.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:13 smithi160 conmon[40884]: cluster 2024-01-16T08:33:11.773616+0000 mgr.smithi046.mmaeer (mgr.14182) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:13.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:13 smithi160 conmon[40884]: audit 2024-01-16T08:33:12.128441+0000 mgr.smithi046.mmaeer (mgr.14182) 215 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:13.727 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:13.762 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:13 smithi046 conmon[35376]: cluster 2024-01-16T08:33:11.773616+0000 mgr.smithi046.mmaeer (mgr.14182) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:13.762 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:13 smithi046 conmon[35376]: audit 2024-01-16T08:33:12.128441+0000 mgr.smithi046.mmaeer (mgr.14182) 215 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:15.603 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:15.604 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:15.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:15 smithi160 conmon[40884]: cluster 2024-01-16T08:33:13.774560+0000 mgr.smithi046.mmaeer (mgr.14182) 216 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:15.762 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:15 smithi046 conmon[35376]: cluster 2024-01-16T08:33:13.774560+0000 mgr.smithi046.mmaeer (mgr.14182) 216 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:16.194 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:16.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:16 smithi046 conmon[35376]: audit 2024-01-16T08:33:15.605670+0000 mgr.smithi046.mmaeer (mgr.14182) 217 2024-01-16T08:33:16.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:16 smithi046 conmon[35376]: : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:16.724 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:16 smithi160 conmon[40884]: audit 2024-01-16T08:33:15.605670+0000 mgr.smithi046.mmaeer (mgr.14182) 217 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:17.196 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:17.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:17 smithi046 conmon[35376]: cluster 2024-01-16T08:33:15.774953+0000 2024-01-16T08:33:17.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:17 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 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-16T08:33:17.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:17 smithi160 conmon[40884]: cluster 2024-01-16T08:33:15.774953+0000 mgr.smithi046.mmaeer (mgr.14182) 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-16T08:33:19.104 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:19.104 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:19.720 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:19 smithi046 conmon[35376]: cluster 2024-01-16T08:33:17.775729+0000 mgr.smithi046.mmaeer (mgr.14182) 219 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:19.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:19 smithi160 conmon[40884]: cluster 2024-01-16T08:33:17.775729+0000 mgr.smithi046.mmaeer (mgr.14182) 219 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:19.741 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:20.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:20 smithi160 conmon[40884]: audit 2024-01-16T08:33:19.106113+0000 mgr.smithi046.mmaeer (mgr.14182) 220 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:20.742 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:20.779 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:20 smithi046 conmon[35376]: audit 2024-01-16T08:33:19.106113+0000 mgr.smithi046.mmaeer (mgr.14182) 220 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:21.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:21 smithi046 conmon[35376]: cluster 2024-01-16T08:33:19.776288+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:33:21.603 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:21 smithi046 conmon[35376]: 14182) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:21.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:21 smithi160 conmon[40884]: cluster 2024-01-16T08:33:19.776288+0000 mgr.smithi046.mmaeer (mgr.14182) 221 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:22.664 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:22.664 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:23.292 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:23 smithi046 conmon[35376]: cluster 2024-01-16T08:33:21.776753+0000 mgr.smithi046.mmaeer (mgr.14182) 222 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:23.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:23 smithi046 conmon[35376]: audit 2024-01-16T08:33:22.666364+0000 mgr.smithi046.mmaeer (mgr.14182) 223 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:23 smithi160 conmon[40884]: cluster 2024-01-16T08:33:21.776753+0000 mgr.smithi046.mmaeer (mgr.14182) 222 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:23 smithi160 conmon[40884]: audit 2024-01-16T08:33:22.666364+0000 2024-01-16T08:33:23.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:23 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 223 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:24.293 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:25.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:25 smithi160 conmon[40884]: cluster 2024-01-16T08:33:23.777728+0000 mgr.smithi046.mmaeer (mgr.14182) 224 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:25.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:25 smithi046 conmon[35376]: cluster 2024-01-16T08:33:23.777728+0000 mgr.smithi046.mmaeer (mgr.14182) 224 : cluster 2024-01-16T08:33:25.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:25 smithi046 conmon[35376]: [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:26.283 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:26.284 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:26.901 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:27.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:27 smithi160 conmon[40884]: cluster 2024-01-16T08:33:25.778090+0000 mgr.smithi046.mmaeer (mgr.14182) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:27.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:27 smithi160 conmon[40884]: audit 2024-01-16T08:33:26.286765+0000 mgr.smithi046.mmaeer (mgr.14182) 226 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:27 smithi046 conmon[35376]: cluster 2024-01-16T08:33:25.778090+0000 mgr.smithi046.mmaeer (mgr.14182) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:27 smithi046 conmon[35376]: audit 2024-01-16T08:33:26.286765+0000 mgr.smithi046.mmaeer (mgr.14182) 226 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:27.902 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:29.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:29 smithi160 conmon[40884]: cluster 2024-01-16T08:33:27.778709+0000 mgr.smithi046.mmaeer (mgr.14182) 227 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:29.777 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:29.777 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:29.807 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:29 smithi046 conmon[35376]: cluster 2024-01-16T08:33:27.778709+0000 mgr.smithi046.mmaeer (mgr.14182) 227 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:30.409 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:31.410 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:31.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:31 smithi160 conmon[40884]: audit 2024-01-16T08:33:29.778988+0000 mgr.smithi046.mmaeer (mgr.14182) 228 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:31.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:31 smithi160 conmon[40884]: 2024-01-16T08:33:31.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:31 smithi160 conmon[40884]: cluster 2024-01-16T08:33:29.779400+0000 mgr.smithi046.mmaeer (mgr.14182) 229 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:31 smithi046 conmon[35376]: audit 2024-01-16T08:33:29.778988+0000 mgr.smithi046.mmaeer (mgr.14182) 228 2024-01-16T08:33:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:31 smithi046 conmon[35376]: : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:31 smithi046 conmon[35376]: cluster 2024-01-16T08:33:29.779400+0000 mgr.smithi046.mmaeer (mgr.14182) 229 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:33.267 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:33.267 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:33.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:33 smithi046 conmon[35376]: cluster 2024-01-16T08:33:31.779767+0000 mgr.smithi046.mmaeer (mgr.14182) 230 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:33 smithi160 conmon[40884]: cluster 2024-01-16T08:33:31.779767+0000 mgr.smithi046.mmaeer (mgr.14182) 230 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:33.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:33 smithi160 conmon[40884]: 2024-01-16T08:33:33.831 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:34.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:34 smithi160 conmon[40884]: audit 2024-01-16T08:33:33.270007+0000 mgr.smithi046.mmaeer (mgr.14182) 231 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:34.832 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:34.868 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:34 smithi046 conmon[35376]: audit 2024-01-16T08:33:33.270007+0000 mgr.smithi046.mmaeer (mgr.14182) 231 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:34.868 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:34 smithi046 conmon[35376]: 2024-01-16T08:33:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:35 smithi046 conmon[35376]: cluster 2024-01-16T08:33:33.780464 2024-01-16T08:33:35.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:35 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:35.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:35 smithi160 conmon[40884]: cluster 2024-01-16T08:33:33.780464+0000 mgr.smithi046.mmaeer (mgr.14182) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:36.714 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:36.714 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:37.282 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:37.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:37 smithi046 conmon[35376]: cluster 2024-01-16T08:33:35.780987+0000 mgr.smithi046.mmaeer (mgr.14182) 233 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:37.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:37 smithi046 conmon[35376]: audit 2024-01-16T08:33:36.716776+0000 mgr.smithi046.mmaeer (mgr.14182) 234 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:37 smithi160 conmon[40884]: cluster 2024-01-16T08:33:35.780987+0000 mgr.smithi046.mmaeer (mgr.14182) 233 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:37 smithi160 conmon[40884]: audit 2024-01-16T08:33:36.716776+0000 mgr.smithi046.mmaeer (mgr.14182) 234 2024-01-16T08:33:37.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:37 smithi160 conmon[40884]: : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:38.282 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:39.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:39 smithi160 conmon[40884]: cluster 2024-01-16T08:33:37.781729+0000 mgr.smithi046.mmaeer (mgr.14182) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:39.865 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:39 smithi046 conmon[35376]: cluster 2024-01-16T08:33:37.781729+0000 mgr.smithi046.mmaeer (mgr.14182) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:40.277 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:40.277 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:40.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:40 smithi046 conmon[35376]: audit 2024-01-16T08:33:39.747443+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2024-01-16T08:33:40.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:40 smithi160 conmon[40884]: audit 2024-01-16T08:33:39.747443+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2024-01-16T08:33:40.872 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:41.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: cluster 2024-01-16T08:33: 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: 39.782305+0000 mgr.smithi046.mmaeer (mgr.14182) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: audit 2024-01-16T08:33:40.279838+0000 mgr.smithi046.mmaeer (mgr.14182) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: audit 2024-01-16T08:33:40.481169+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: cluster 2024-01 2024-01-16T08:33:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:41 smithi046 conmon[35376]: -16T08:33:40.481222+0000 mon.smithi046 (mon.0) 675 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T08:33:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:41 smithi160 conmon[40884]: cluster 2024-01-16T08:33:39.782305+0000 mgr.smithi046.mmaeer (mgr.14182) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:41.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:41 smithi160 conmon[40884]: audit 2024-01-16T08:33:40.279838+0000 mgr.smithi046.mmaeer (mgr.14182) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:41.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:41 smithi160 conmon[40884]: audit 2024-01-16T08:33:40.481169+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2024-01-16T08:33:41.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:41 smithi160 conmon[40884]: cluster 2024-01-16T08:33:40.481222+0000 mon.smithi046 (mon.0) 675 : cluster 2024-01-16T08:33:41.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:41 smithi160 conmon[40884]: [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T08:33:42.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:42 smithi046 conmon[35376]: cluster 2024-01-16T08:33:41.482649+0000 mon.smithi046 (mon.0) 2024-01-16T08:33:42.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:42 smithi046 conmon[35376]: 676 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-16T08:33:42.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:42 smithi160 conmon[40884]: cluster 2024-01-16T08:33:41.482649+0000 mon.smithi046 (mon.0) 676 : cluster [DBG] 2024-01-16T08:33:42.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:42 smithi160 conmon[40884]: osdmap e50: 8 total, 8 up, 8 in 2024-01-16T08:33:43.879 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:43.879 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:43 smithi046 conmon[35376]: cluster 2024-01-16T08:33:41. 2024-01-16T08:33:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:43 smithi046 conmon[35376]: 782737+0000 mgr.smithi046.mmaeer (mgr.14182) 238 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:43 smithi160 conmon[40884]: cluster 2024-01-16T08:33:41.782737+0000 mgr.smithi046.mmaeer (mgr.14182) 238 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:44.464 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:45.465 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:45.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:45 smithi046 conmon[35376]: cluster 2024-01-16T08:33:43.783390+0000 mgr.smithi046.mmaeer (mgr.14182) 239 : 2024-01-16T08:33:45.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:45 smithi046 conmon[35376]: cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:45.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:45 smithi046 conmon[35376]: audit 2024-01-16T08:33:43.882438+0000 mgr.smithi046.mmaeer (mgr.14182) 240 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:45 smithi160 conmon[40884]: cluster 2024-01-16T08:33:43.783390+0000 mgr.smithi046.mmaeer (mgr.14182) 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:45 smithi160 conmon[40884]: audit 2024-01-16T08:33:43.882438+0000 mgr.smithi046.mmaeer (mgr.14182) 240 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:47.342 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:47.343 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:47.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:47 smithi046 conmon[35376]: cluster 2024-01-16T08:33:45.783795+0000 mgr.smithi046.mmaeer (mgr.14182) 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:47.857 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:47.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:47 smithi160 conmon[40884]: cluster 2024-01-16T08:33:45.783795+0000 mgr.smithi046.mmaeer (mgr.14182) 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:48.858 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:48 smithi046 conmon[35376]: audit 2024-01-16T08:33:47.345236+0000 mgr.smithi046.mmaeer (mgr.14182) 242 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:48 smithi160 conmon[40884]: audit 2024-01-16T08:33:47.345236+0000 mgr.smithi046.mmaeer (mgr.14182) 242 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:49.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:49 smithi046 conmon[35376]: cluster 2024-01-16T08:33:47.784394+0000 mgr.smithi046.mmaeer (mgr.14182) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:49 smithi160 conmon[40884]: cluster 2024-01-16T08:33:47.784394+0000 mgr.smithi046.mmaeer (mgr.14182) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:50.744 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:50.744 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:51.362 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:51.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:51 smithi046 conmon[35376]: cluster 2024-01-16T08:33:49.785158+0000 mgr.smithi046.mmaeer (mgr.14182) 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:51.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:51 smithi160 conmon[40884]: cluster 2024-01-16T08:33:49.785158+0000 mgr.smithi046.mmaeer (mgr.14182) 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:52.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:52.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:52 smithi046 conmon[35376]: audit 2024-01-16T08:33:50.746755+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:33:52.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:52 smithi046 conmon[35376]: 245 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:52 smithi160 conmon[40884]: audit 2024-01-16T08:33:50.746755+0000 mgr.smithi046.mmaeer (mgr.14182) 245 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:53.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:53 smithi046 conmon[35376]: cluster 2024-01-16T08:33:51.785702+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:33:53.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:53 smithi046 conmon[35376]: ) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:53.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:53 smithi160 conmon[40884]: cluster 2024-01-16T08:33:51.785702+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:33:53.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:53 smithi160 conmon[40884]: mgr.14182) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:54.279 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:54.280 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:54.904 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:55.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:55 smithi046 conmon[35376]: cluster 2024-01-16T08:33:53.786467+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:33:55.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:55 smithi046 conmon[35376]: 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:55.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:55 smithi046 conmon[35376]: audit 2024-01-16T08:33:54.281911+0000 mgr.smithi046.mmaeer (mgr.14182) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:55.905 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:55 smithi160 conmon[40884]: cluster 2024-01-16T08:33:53.786467+0000 mgr.smithi046.mmaeer (mgr.14182) 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:55 smithi160 conmon[40884]: audit 2024-01-16T08:33:54.281911+0000 mgr.smithi046.mmaeer (mgr.14182) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:57.859 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:33:57.859 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:33:57.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:57 smithi046 conmon[35376]: cluster 2024-01-16T08:33:55.786905+0000 mgr.smithi046.mmaeer (mgr.14182) 249 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:57 smithi160 conmon[40884]: cluster 2024-01-16T08:33:55.786905+0000 mgr.smithi046.mmaeer (mgr.14182) 249 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:58.446 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:33:59.447 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:33:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:59 smithi046 conmon[35376]: cluster 2024-01-16T08:33:57.787452+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:33:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:59 smithi046 conmon[35376]: 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:33:59 smithi046 conmon[35376]: audit 2024-01-16T08:33:57.861644+0000 mgr.smithi046.mmaeer (mgr.14182) 251 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:33:59.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:59 smithi160 conmon[40884]: cluster 2024-01-16T08:33:57.787452+0000 mgr.smithi046.mmaeer (mgr.14182) 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:33:59.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:33:59 smithi160 conmon[40884]: audit 2024-01-16T08:33:57.861644+0000 mgr.smithi046.mmaeer (mgr.14182) 251 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:01.381 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:01.382 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:01.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:01 smithi046 conmon[35376]: cluster 2024-01-16T08:33:59.788109+0000 mgr.smithi046.mmaeer (mgr.14182) 252 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:01 smithi160 conmon[40884]: cluster 2024-01-16T08:33:59.788109+0000 mgr.smithi046.mmaeer (mgr.14182) 252 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:02.060 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:02 smithi046 conmon[35376]: audit 2024-01-16T08:34:01.384319+0000 mgr.smithi046.mmaeer (mgr.14182) 253 2024-01-16T08:34:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:02 smithi046 conmon[35376]: : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:02 smithi160 conmon[40884]: audit 2024-01-16T08:34:01.384319+0000 mgr.smithi046.mmaeer (mgr.14182) 253 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:03.061 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:03.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:03 smithi046 conmon[35376]: cluster 2024-01-16T08:34:01.788492+0000 2024-01-16T08:34:03.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:03 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 254 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:03.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:03 smithi160 conmon[40884]: cluster 2024-01-16T08:34:01.788492+0000 mgr.smithi046.mmaeer (mgr.14182) 254 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:04.937 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:04.937 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:05.493 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:05 smithi046 conmon[35376]: cluster 2024-01-16T08:34:03.789208+0000 mgr.smithi046.mmaeer (mgr.14182) 255 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:05 smithi046 conmon[35376]: 2024-01-16T08:34:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:05 smithi160 conmon[40884]: cluster 2024-01-16T08:34:03.789208+0000 mgr.smithi046.mmaeer (mgr.14182) 255 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:06.494 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:06 smithi046 conmon[35376]: audit 2024-01-16T08:34:04.939575+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:34:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:06 smithi046 conmon[35376]: mgr.14182) 256 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:06 smithi160 conmon[40884]: audit 2024-01-16T08:34:04.939575+0000 mgr.smithi046.mmaeer (mgr.14182) 256 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:07.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:07 smithi046 conmon[35376]: cluster 2024-01-16T08:34:05.789606+0000 mgr.smithi046.mmaeer (mgr.14182) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:07 smithi160 conmon[40884]: cluster 2024-01-16T08:34:05.789606+0000 mgr.smithi046.mmaeer (mgr.14182) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:08.406 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:08.406 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:09.045 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:09.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:09 smithi046 conmon[35376]: cluster 2024-01-16T08:34:07.790169+0000 mgr.smithi046.mmaeer (mgr.14182) 258 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:09.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:09 smithi046 conmon[35376]: audit 2024-01-16T08:34:08.409174+0000 mgr.smithi046.mmaeer (mgr.14182) 259 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:09.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:09 smithi160 conmon[40884]: cluster 2024-01-16T08:34:07.790169+0000 mgr.smithi046.mmaeer (mgr.14182) 258 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:09.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:09 smithi160 conmon[40884]: audit 2024-01-16T08:34:08.409174+0000 mgr.smithi046.mmaeer (mgr.14182) 259 2024-01-16T08:34:09.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:09 smithi160 conmon[40884]: : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:10.047 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:11.580 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:11 smithi046 conmon[35376]: cluster 2024-01-16T08:34:09.790751+0000 mgr.smithi046.mmaeer (mgr.14182) 260 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:11.963 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:11.963 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:11 smithi160 conmon[40884]: cluster 2024-01-16T08:34:09.790751+0000 mgr.smithi046.mmaeer (mgr.14182) 260 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:12.553 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:13.554 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:13 smithi046 conmon[35376]: cluster 2024-01-16T08:34:11.791091+0000 mgr.smithi046.mmaeer (mgr.14182) 261 : 2024-01-16T08:34:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:13 smithi046 conmon[35376]: cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:13 smithi046 conmon[35376]: audit 2024-01-16T08:34:11.965992+0000 mgr.smithi046.mmaeer (mgr.14182) 262 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:13 smithi160 conmon[40884]: cluster 2024-01-16T08:34:11.791091+0000 mgr.smithi046.mmaeer (mgr.14182) 261 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:13.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:13 smithi160 conmon[40884]: audit 2024-01-16T08:34:11.965992+0000 mgr.smithi046.mmaeer (mgr.14182) 262 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:15.340 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:15.340 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:15.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:15 smithi046 conmon[35376]: cluster 2024-01-16T08:34:13.791883+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:34:15.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:15 smithi046 conmon[35376]: mgr.14182) 263 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:15.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:15 smithi160 conmon[40884]: cluster 2024-01-16T08:34:13.791883+0000 mgr.smithi046.mmaeer (mgr.14182) 263 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:16 smithi046 conmon[35376]: audit 2024-01-16T08:34:15.342006+0000 mgr.smithi046.mmaeer (mgr.14182) 264 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:16.936 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:16 smithi160 conmon[40884]: audit 2024-01-16T08:34:15.342006+0000 mgr.smithi046.mmaeer (mgr.14182) 264 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:17.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:17 smithi046 conmon[35376]: cluster 2024-01-16T08:34:15.792447+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:34:17.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:17 smithi046 conmon[35376]: 14182) 265 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:17.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:17 smithi160 conmon[40884]: cluster 2024-01-16T08:34:15.792447+0000 mgr.smithi046.mmaeer (mgr.14182) 265 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:18.779 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:18.780 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:19.362 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:19.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:19 smithi046 conmon[35376]: cluster 2024-01-16T08:34:17.793079+0000 mgr.smithi046.mmaeer (mgr.14182) 266 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:19 smithi160 conmon[40884]: cluster 2024-01-16T08:34:17.793079+0000 mgr.smithi046.mmaeer (mgr.14182) 266 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:20.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:20.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:20 smithi046 conmon[35376]: audit 2024-01-16T08:34:18.782037+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:34:20.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:20 smithi046 conmon[35376]: ) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:20.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:20 smithi160 conmon[40884]: audit 2024-01-16T08:34:18.782037+0000 mgr.smithi046.mmaeer (mgr.14182) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:21.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:21 smithi046 conmon[35376]: cluster 2024-01-16T08:34:19.793716+0000 mgr.smithi046.mmaeer (mgr.14182) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:21.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:21 smithi160 conmon[40884]: cluster 2024-01-16T08:34:19.793716+0000 mgr.smithi046.mmaeer (mgr.14182) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:22.345 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:22.346 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:23.011 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:23.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:23 smithi046 conmon[35376]: cluster 2024-01-16T08:34:21.794271+0000 mgr.smithi046.mmaeer (mgr.14182) 269 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:23.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:23 smithi046 conmon[35376]: audit 2024-01-16T08:34:22.348086+0000 mgr.smithi046.mmaeer (mgr.14182) 270 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:23 smithi160 conmon[40884]: cluster 2024-01-16T08:34:21.794271+0000 mgr.smithi046.mmaeer (mgr.14182) 269 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:23 smithi160 conmon[40884]: audit 2024-01-16T08:34:22.348086+0000 mgr.smithi046.mmaeer (mgr.14182) 270 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:24.012 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:25 smithi046 conmon[35376]: cluster 2024-01-16T08:34:23.795111+0000 mgr.smithi046.mmaeer (mgr.14182) 271 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:25.941 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:25.941 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:25 smithi160 conmon[40884]: cluster 2024-01-16T08:34:23.795111+0000 mgr.smithi046.mmaeer (mgr.14182) 271 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:26.558 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:27.558 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:27 smithi046 conmon[35376]: cluster 2024-01-16T08:34:25.795440+0000 mgr.smithi046.mmaeer (mgr.14182) 272 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:27 smithi046 conmon[35376]: audit 2024-01-16T08:34:25.944605+0000 mgr.smithi046.mmaeer (mgr.14182) 273 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:27 smithi160 conmon[40884]: cluster 2024-01-16T08:34:25.795440+0000 mgr.smithi046.mmaeer (mgr.14182) 272 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:27 smithi160 conmon[40884]: audit 2024-01-16T08:34:25.944605+0000 mgr.smithi046.mmaeer (mgr.14182) 273 : audit 2024-01-16T08:34:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:27 smithi160 conmon[40884]: [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:29.455 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:29.456 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:29 smithi046 conmon[35376]: cluster 2024-01-16T08:34:27.796096+0000 mgr.smithi046.mmaeer (mgr.14182) 274 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:29 smithi160 conmon[40884]: cluster 2024-01-16T08:34:27.796096+0000 mgr.smithi046.mmaeer (mgr.14182) 274 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:30.044 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:30.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:30 smithi046 conmon[35376]: audit 2024-01-16T08:34:29.458312+0000 mgr.smithi046.mmaeer (mgr.14182) 275 : audit [DBG] 2024-01-16T08:34:30.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:30 smithi046 conmon[35376]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:30 smithi160 conmon[40884]: audit 2024-01-16T08:34:29.458312+0000 mgr.smithi046.mmaeer (mgr.14182) 275 : audit [DBG] 2024-01-16T08:34:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:30 smithi160 conmon[40884]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:31.045 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:31 smithi046 conmon[35376]: cluster 2024-01-16T08:34:29.796783+0000 mgr.smithi046.mmaeer (mgr.14182) 276 : cluster 2024-01-16T08:34:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:31 smithi046 conmon[35376]: [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:31.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:31 smithi160 conmon[40884]: cluster 2024-01-16T08:34:29.796783+0000 mgr.smithi046.mmaeer (mgr.14182) 276 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:33.119 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:33.119 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:33.768 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:33.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:33 smithi046 conmon[35376]: cluster 2024-01-16T08:34:31.797220+0000 mgr.smithi046.mmaeer (mgr.14182) 277 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:33.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:33 smithi160 conmon[40884]: cluster 2024-01-16T08:34:31.797220+0000 mgr.smithi046.mmaeer (mgr.14182) 277 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:34.769 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:34.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:34 smithi046 conmon[35376]: audit 2024-01-16T08:34:33.122224+0000 mgr.smithi046.mmaeer (mgr.14182) 278 : audit 2024-01-16T08:34:34.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:34 smithi046 conmon[35376]: [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:34.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:34 smithi160 conmon[40884]: audit 2024-01-16T08:34:33.122224+0000 mgr.smithi046.mmaeer (mgr.14182) 278 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:35 smithi046 conmon[35376]: cluster 2024-01-16T08:34:33.797942+0000 mgr.smithi046.mmaeer (mgr.14182) 279 : cluster 2024-01-16T08:34:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:35 smithi046 conmon[35376]: [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:35 smithi160 conmon[40884]: cluster 2024-01-16T08:34:33.797942+0000 mgr.smithi046.mmaeer (mgr.14182) 279 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:36.691 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:36.691 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:37.343 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:37.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:37 smithi046 conmon[35376]: cluster 2024-01-16T08:34:35.798493+0000 mgr.smithi046.mmaeer (mgr.14182) 280 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:37.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:37 smithi046 conmon[35376]: audit 2024-01-16T08:34:36.693495+0000 mgr.smithi046.mmaeer (mgr.14182) 281 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:37 smithi160 conmon[40884]: cluster 2024-01-16T08:34:35.798493+0000 mgr.smithi046.mmaeer (mgr.14182) 280 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:37 smithi160 conmon[40884]: audit 2024-01-16T08:34:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:37 smithi160 conmon[40884]: 2024-01-16T08:34:36.693495+0000 mgr.smithi046.mmaeer (mgr.14182) 281 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:38.344 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:39.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:39 smithi046 conmon[35376]: cluster 2024-01-16T08:34:37.799108+0000 mgr.smithi046.mmaeer (mgr.14182) 282 : 2024-01-16T08:34:39.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:39 smithi046 conmon[35376]: cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:39.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:39 smithi160 conmon[40884]: cluster 2024-01-16T08:34:37.799108+0000 mgr.smithi046.mmaeer (mgr.14182) 282 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:40.242 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:40.242 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:40.825 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:41.826 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:41 smithi046 conmon[35376]: cluster 2024-01-16T08:34:39.799707+0000 mgr.smithi046.mmaeer (mgr.14182) 283 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:41 smithi046 conmon[35376]: audit 2024-01-16T08:34:40.244603+0000 mgr.smithi046.mmaeer (mgr.14182) 284 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:41 smithi160 conmon[40884]: cluster 2024-01-16T08:34:39.799707+0000 mgr.smithi046.mmaeer (mgr.14182) 283 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:41 smithi160 conmon[40884]: audit 2024-01-16T08:34:40.244603+0000 mgr.smithi046.mmaeer (mgr.14182) 284 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:43.747 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:43.747 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:43 smithi046 conmon[35376]: cluster 2024-01-16T08:34:41.800137+0000 mgr.smithi046.mmaeer (mgr.14182) 285 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:43 smithi160 conmon[40884]: cluster 2024-01-16T08:34:41.800137+0000 mgr.smithi046.mmaeer (mgr.14182) 285 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:44.358 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:45.359 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:45.860 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:45 smithi046 conmon[35376]: audit 2024-01-16T08:34:43.749948+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:34:45.861 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:45 smithi046 conmon[35376]: mgr.14182) 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:45.861 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:45 smithi046 conmon[35376]: cluster 2024-01-16T08:34:43.800952+0000 mgr.smithi046.mmaeer (mgr.14182) 287 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:45 smithi160 conmon[40884]: audit 2024-01-16T08:34:43.749948+0000 mgr.smithi046.mmaeer (mgr.14182) 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:45 smithi160 conmon[40884]: cluster 2024-01-16T08:34:43.800952+0000 mgr.smithi046.mmaeer (mgr.14182) 287 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:47.292 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:47.292 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:47.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:47 smithi046 conmon[35376]: cluster 2024-01-16T08:34:45.801292+0000 mgr.smithi046.mmaeer (mgr.14182) 288 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:47.906 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:47.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:47 smithi160 conmon[40884]: cluster 2024-01-16T08:34:45.801292+0000 mgr.smithi046.mmaeer (mgr.14182) 288 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:47.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:47 smithi160 conmon[40884]: 2024-01-16T08:34:48.907 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:48.942 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:48 smithi046 conmon[35376]: audit 2024-01-16T08:34:47.294550+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:34:48.943 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:48 smithi046 conmon[35376]: .14182) 289 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:48 smithi160 conmon[40884]: audit 2024-01-16T08:34:47.294550+0000 mgr.smithi046.mmaeer (mgr.14182) 289 : audit [DBG] 2024-01-16T08:34:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:48 smithi160 conmon[40884]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:49 smithi160 conmon[40884]: cluster 2024-01-16T08:34:47.801994+0000 mgr.smithi046.mmaeer (mgr.14182) 290 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:50.125 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:49 smithi046 conmon[35376]: cluster 2024-01-16T08:34:47.801994+0000 mgr.smithi046.mmaeer (mgr.14182) 290 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:50.807 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:50.807 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:51.398 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:51.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:51 smithi160 conmon[40884]: cluster 2024-01-16T08:34:49.802622+0000 mgr.smithi046.mmaeer (mgr.14182) 291 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:51 smithi046 conmon[35376]: cluster 2024-01-16T08:34:49.802622+0000 mgr.smithi046.mmaeer (mgr.14182) 291 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:52.399 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:52 smithi046 conmon[35376]: audit 2024-01-16T08: 2024-01-16T08:34:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:52 smithi046 conmon[35376]: 34:50.810085+0000 mgr.smithi046.mmaeer (mgr.14182) 292 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:52 smithi160 conmon[40884]: audit 2024-01-16T08:34:50.810085+0000 mgr.smithi046.mmaeer (mgr.14182) 292 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:52.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:52 smithi160 conmon[40884]: 2024-01-16T08:34:53.903 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:53 smithi046 conmon[35376]: cluster 2024-01-16T08:34:51.803081+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:34:53.904 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:53 smithi046 conmon[35376]: 293 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:53.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:53 smithi160 conmon[40884]: cluster 2024-01-16T08:34:51.803081+0000 mgr.smithi046.mmaeer (mgr.14182) 293 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:54.314 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:54.314 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:54.863 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:55.864 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:55.900 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:55 smithi046 conmon[35376]: cluster 2024-01-16T08:34:53.804040+0000 mgr.smithi046.mmaeer (mgr.14182) 294 : cluster 2024-01-16T08:34:55.900 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:55 smithi046 conmon[35376]: [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:55.900 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:55 smithi046 conmon[35376]: audit 2024-01-16T08:34:54.316818+0000 mgr.smithi046.mmaeer (mgr.14182) 295 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:55 smithi160 conmon[40884]: cluster 2024-01-16T08:34:53.804040+0000 mgr.smithi046.mmaeer (mgr.14182) 294 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:55 smithi160 conmon[40884]: audit 2024-01-16T08:34:54.316818+0000 mgr.smithi046.mmaeer (mgr.14182) 295 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:57.821 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:34:57.821 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:34:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:57 smithi160 conmon[40884]: cluster 2024-01-16T08:34:55.804403+0000 mgr.smithi046.mmaeer (mgr.14182) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:58.041 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:57 smithi046 conmon[35376]: cluster 2024-01-16T08:34:55.804403+0000 mgr.smithi046.mmaeer (mgr.14182) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:58.448 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:34:59.449 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:34:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:59 smithi046 conmon[35376]: cluster 2024-01-16T08:34:57.804930+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:34:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:59 smithi046 conmon[35376]: mgr.14182) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:59.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:34:59 smithi046 conmon[35376]: audit 2024-01-16T08:34:57.823262+0000 mgr.smithi046.mmaeer (mgr.14182) 298 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:34:59.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:59 smithi160 conmon[40884]: cluster 2024-01-16T08:34:57.804930+0000 mgr.smithi046.mmaeer (mgr.14182) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:34:59.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:34:59 smithi160 conmon[40884]: audit 2024-01-16T08:34:57.823262+0000 mgr.smithi046.mmaeer (mgr.14182) 298 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:01.372 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:01.372 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:01.927 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:01 smithi046 conmon[35376]: cluster 2024-01-16T08:34:59.805476+0000 mgr.smithi046.mmaeer (mgr.14182) 299 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:01.929 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:01 smithi160 conmon[40884]: cluster 2024-01-16T08:34:59.805476+0000 mgr.smithi046.mmaeer (mgr.14182) 299 : cluster [DBG] 2024-01-16T08:35:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:01 smithi160 conmon[40884]: pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:02.930 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:02.966 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:02 smithi046 conmon[35376]: audit 2024-01-16T08:35:01.374455+0000 mgr.smithi046.mmaeer (mgr.14182) 300 : audit 2024-01-16T08:35:02.966 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:02 smithi046 conmon[35376]: [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:02 smithi160 conmon[40884]: audit 2024-01-16T08:35:01.374455+0000 mgr.smithi046.mmaeer (mgr.14182) 300 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:03.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:03 smithi160 conmon[40884]: cluster 2024-01-16T08:35:01.805838+0000 mgr.smithi046.mmaeer (mgr.14182) 301 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:04.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:03 smithi046 conmon[35376]: cluster 2024-01-16T08:35:01.805838+0000 2024-01-16T08:35:04.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:03 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 301 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:04.834 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:04.834 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:05.468 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:05 smithi046 conmon[35376]: cluster 2024-01-16T08:35:03.806623+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:35:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:05 smithi046 conmon[35376]: ) 302 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:05 smithi160 conmon[40884]: cluster 2024-01-16T08:35:03.806623+0000 mgr.smithi046.mmaeer (mgr.14182) 302 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:06.469 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:06 smithi046 conmon[35376]: audit 2024-01-16T08:35:04.836706+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:35:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:06 smithi046 conmon[35376]: 303 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:06 smithi160 conmon[40884]: audit 2024-01-16T08:35:04.836706+0000 mgr.smithi046.mmaeer (mgr.14182) 303 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:07.955 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:07 smithi046 conmon[35376]: cluster 2024-01-16T08:35:05.807084+0000 mgr.smithi046.mmaeer (mgr.14182) 304 : cluster [DBG] 2024-01-16T08:35:07.955 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:07 smithi046 conmon[35376]: pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:07 smithi160 conmon[40884]: cluster 2024-01-16T08:35:05.807084+0000 mgr.smithi046.mmaeer (mgr.14182) 304 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:08.349 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:08.349 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z 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.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:08.953 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:09.954 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:09 smithi160 conmon[40884]: cluster 2024-01-16T08:35:07.807828+0000 mgr.smithi046.mmaeer (mgr.14182) 305 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:09 smithi160 conmon[40884]: audit 2024-01-16T08:35:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:09 smithi160 conmon[40884]: 2024-01-16T08:35:08.352193+0000 mgr.smithi046.mmaeer (mgr.14182) 306 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:09.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:09 smithi160 conmon[40884]: audit 2024-01-16T08:35:09.097627+0000 mon.smithi046 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.pozsis"}]: dispatch 2024-01-16T08:35:09.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:09 smithi046 conmon[35376]: cluster 2024-01-16T08:35:07.807828+0000 mgr.smithi046.mmaeer (mgr.14182) 305 : cluster 2024-01-16T08:35:09.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:09 smithi046 conmon[35376]: [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:09.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:09 smithi046 conmon[35376]: audit 2024-01-16T08:35:08.352193+0000 mgr.smithi046.mmaeer (mgr.14182) 306 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:09.989 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:09 smithi046 conmon[35376]: audit 2024-01-16T08:35:09.097627+0000 mon.smithi046 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.pozsis"}]: dispatch 2024-01-16T08:35:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: cephadm 2024-01-16T08:35:09.096971+0000 mgr.smithi046.mmaeer (mgr.14182) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:10.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33: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-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:34: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-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:10.977 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:10.978 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33: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-16T08:35:10.978 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:34: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-16T08:35:10.978 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.978 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.978 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: cephadm 2024-01-16T08:35:09.097214+0000 mgr.smithi046.mmaeer (mgr.14182) 308 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: cephadm 2024-01-16T08:35:09.098535+0000 mgr.smithi046.mmaeer (mgr.14182) 309 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.979 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:33: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-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:34: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-16T08:35:10.980 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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-16T08:35:10.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:10.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:10 smithi160 conmon[40884]: cephadm 2024-01-16T08:35:09.101719+0000 mgr.smithi046.mmaeer (mgr.14182) 310 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.duhdro on smithi046 2024-01-16T08:35:11.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: cephadm 2024-01-16T08:35:09.096971+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:35:11.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: mgr.14182) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:11.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33: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-16T08:35:11.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:34: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-16T08:35:11.137 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:35:11.139 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:11.140 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33: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-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:34: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-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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.c 2024-01-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: om/increase-rate-limit 2024-01-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: cephadm 2024-01-16T08:35:09.097214+0000 mgr.smithi046.mmaeer (mgr.14182) 308 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: cephadm 2024-01-16T08:35:09.098535+0000 mgr.smithi046.mmaeer (mgr.14182) 309 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.pozsis ... 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:33: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-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:34: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-16T08:35:11.142 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-16T08:35:11.143 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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-16T08:35:11.143 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:35:11.143 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:10 smithi046 conmon[35376]: cephadm 2024-01-16T08:35:09.101719+0000 mgr.smithi046.mmaeer (mgr.14182) 310 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.duhdro on smithi046 2024-01-16T08:35:11.866 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:11.867 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:11.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:11 smithi046 conmon[35376]: cluster 2024-01-16T08:35:09.808634+0000 mgr.smithi046.mmaeer (mgr.14182) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:11 smithi160 conmon[40884]: cluster 2024-01-16T08:35:09.808634+0000 mgr.smithi046.mmaeer (mgr.14182) 311 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:12.435 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:13.436 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:13 smithi046 conmon[35376]: cluster 2024-01-16T08:35:11.809059+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:35:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:13 smithi046 conmon[35376]: ) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:13 smithi046 conmon[35376]: audit 2024-01-16T08:35:11.869544+0000 mgr.smithi046.mmaeer (mgr.14182) 313 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:13 smithi160 conmon[40884]: cluster 2024-01-16T08:35:11.809059+0000 mgr.smithi046.mmaeer (mgr.14182) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:13 smithi160 conmon[40884]: audit 2024-01-16T08:35:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:13 smithi160 conmon[40884]: 2024-01-16T08:35:11.869544+0000 mgr.smithi046.mmaeer (mgr.14182) 313 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:15.533 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:15.533 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:15 smithi046 conmon[35376]: cluster 2024-01-16T08:35:13.809893+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:35:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:15 smithi046 conmon[35376]: ) 314 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:15 smithi160 conmon[40884]: cluster 2024-01-16T08:35:13.809893+0000 mgr.smithi046.mmaeer (mgr.14182) 314 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:16.119 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:16 smithi160 conmon[40884]: audit 2024-01-16T08:35:15.535357+0000 mgr.smithi046.mmaeer (mgr.14182) 315 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:17.119 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:17.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:16 smithi046 conmon[35376]: audit 2024-01-16T08:35:15.535357+0000 mgr.smithi046.mmaeer (mgr.14182) 315 : audit 2024-01-16T08:35:17.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:16 smithi046 conmon[35376]: [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:17.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:17 smithi046 conmon[35376]: cluster 2024-01-16T08:35:15.810243+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:35:17.930 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:17 smithi046 conmon[35376]: 14182) 316 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:17.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:17 smithi160 conmon[40884]: cluster 2024-01-16T08:35:15.810243+0000 mgr.smithi046.mmaeer (mgr.14182) 316 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:19.016 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:19.017 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:19.621 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:19.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:19 smithi046 conmon[35376]: cluster 2024-01-16T08:35:17.810873+0000 mgr.smithi046.mmaeer (mgr.14182) 317 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:19 smithi160 conmon[40884]: cluster 2024-01-16T08:35:17.810873+0000 mgr.smithi046.mmaeer (mgr.14182) 317 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:20.622 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:20.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:20 smithi160 conmon[40884]: audit 2024-01-16T08:35:19.018828+0000 mgr.smithi046.mmaeer (mgr.14182) 318 : audit [DBG] 2024-01-16T08:35:20.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:20 smithi160 conmon[40884]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:21.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:20 smithi046 conmon[35376]: audit 2024-01-16T08:35:19.018828+0000 2024-01-16T08:35:21.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:20 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 318 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:21.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:21 smithi160 conmon[40884]: cluster 2024-01-16T08:35:19.811519+0000 mgr.smithi046.mmaeer (mgr.14182) 319 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:22.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:21 smithi046 conmon[35376]: cluster 2024-01-16T08:35:19.811519+0000 mgr.smithi046.mmaeer (mgr.14182) 319 : cluster 2024-01-16T08:35:22.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:21 smithi046 conmon[35376]: [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:22.439 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:22.439 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:23.017 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:23 smithi160 conmon[40884]: cluster 2024-01-16T08:35:21.811998+0000 mgr.smithi046.mmaeer (mgr.14182) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:23.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:23 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:35:23.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:23 smithi160 conmon[40884]: 35:22.441744+0000 mgr.smithi046.mmaeer (mgr.14182) 321 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:24.018 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:24.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:23 smithi046 conmon[35376]: cluster 2024-01-16T08:35:21.811998+0000 mgr.smithi046.mmaeer (mgr.14182) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:24.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:23 smithi046 conmon[35376]: audit 2024-01-16T08:35:22.441744+0000 mgr.smithi046.mmaeer (mgr.14182) 321 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:25.937 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:25.937 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:25 smithi160 conmon[40884]: cluster 2024-01-16T08:35:23.813005+0000 mgr.smithi046.mmaeer (mgr.14182) 322 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:26.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:25 smithi046 conmon[35376]: cluster 2024-01-16T08:35:23.813005+0000 mgr.smithi046.mmaeer (mgr.14182) 322 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:26.565 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:27.566 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:27 smithi046 conmon[35376]: cluster 2024-01-16T08:35:25. 2024-01-16T08:35:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:27 smithi046 conmon[35376]: 813367+0000 mgr.smithi046.mmaeer (mgr.14182) 323 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:27.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:27 smithi046 conmon[35376]: audit 2024-01-16T08:35:25.939736+0000 mgr.smithi046.mmaeer (mgr.14182) 324 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:27 smithi160 conmon[40884]: cluster 2024-01-16T08:35:25.813367+0000 mgr.smithi046.mmaeer (mgr.14182) 323 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:27 smithi160 conmon[40884]: audit 2024-01-16T08:35:25.939736+0000 mgr.smithi046.mmaeer (mgr.14182) 324 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:29.464 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:29.464 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:29 smithi046 conmon[35376]: cluster 2024-01-16T08:35:27.813902+0000 mgr.smithi046.mmaeer (mgr.14182) 325 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:30.150 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:30.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:29 smithi160 conmon[40884]: cluster 2024-01-16T08:35:27.813902+0000 mgr.smithi046.mmaeer (mgr.14182) 325 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:30 smithi046 conmon[35376]: audit 2024-01-16T08:35:29.466686+0000 mgr.smithi046.mmaeer (mgr.14182) 326 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:30 smithi046 conmon[35376]: 2024-01-16T08:35:31.152 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:31.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:30 smithi160 conmon[40884]: audit 2024-01-16T08:35:29.466686+0000 mgr.smithi046.mmaeer (mgr.14182) 326 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:31 smithi046 conmon[35376]: cluster 2024-01-16T08:35:29.814506+0000 mgr.smithi046.mmaeer (mgr.14182) 327 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:32.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:31 smithi160 conmon[40884]: cluster 2024-01-16T08:35:29.814506+0000 mgr.smithi046.mmaeer (mgr.14182) 327 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:33.000 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:33.000 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:33.565 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:33.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:33 smithi046 conmon[35376]: cluster 2024-01-16T08:35:31.814964+0000 mgr.smithi046.mmaeer (mgr.14182) 328 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:34.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:33 smithi160 conmon[40884]: cluster 2024-01-16T08:35:31.814964+0000 mgr.smithi046.mmaeer (mgr.14182) 328 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:34.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:33 smithi160 conmon[40884]: 2024-01-16T08:35:34.566 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:34.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:34 smithi046 conmon[35376]: audit 2024-01-16T08:35:33.003047+0000 mgr.smithi046.mmaeer (mgr.14182) 329 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:35.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:34 smithi160 conmon[40884]: audit 2024-01-16T08:35:33.003047+0000 mgr.smithi046.mmaeer (mgr.14182) 329 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:36.066 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:35 smithi046 conmon[35376]: cluster 2024-01-16T08:35:33.815695+0000 mgr.smithi046.mmaeer (mgr.14182) 330 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:35 smithi160 conmon[40884]: cluster 2024-01-16T08:35:33.815695+0000 mgr.smithi046.mmaeer (mgr.14182) 330 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:36.522 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:36.522 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:36.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:36 smithi046 conmon[35376]: cluster 2024-01-16T08:35:35.816051+0000 mgr.smithi046.mmaeer (mgr.14182) 331 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:36.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:36 smithi046 conmon[35376]: audit 2024-01-16T08:35:36.525169+0000 mgr.smithi046.mmaeer (mgr.14182) 332 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:37.207 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:36 smithi160 conmon[40884]: cluster 2024-01-16T08:35:35.816051+0000 mgr.smithi046.mmaeer (mgr.14182) 331 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:36 smithi160 conmon[40884]: 2024-01-16T08:35:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:36 smithi160 conmon[40884]: audit 2024-01-16T08:35:36.525169+0000 mgr.smithi046.mmaeer (mgr.14182) 332 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:38.209 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:39.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:38 smithi046 conmon[35376]: cluster 2024-01-16T08:35:37.816836+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:35:39.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:38 smithi046 conmon[35376]: ) 333 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:39.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:38 smithi160 conmon[40884]: cluster 2024-01-16T08:35:37.816836+0000 mgr.smithi046.mmaeer (mgr.14182) 333 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:40.143 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:40.144 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:40.748 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:41.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:41 smithi160 conmon[40884]: cluster 2024-01-16T08:35:39.817580+0000 mgr.smithi046.mmaeer (mgr.14182) 334 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:41.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:41 smithi160 conmon[40884]: audit 2024-01-16T08:35:40.146354+0000 mgr.smithi046.mmaeer (mgr.14182) 335 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:41.749 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:41.786 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:41 smithi046 conmon[35376]: cluster 2024-01-16T08:35:39.817580+0000 mgr.smithi046.mmaeer (mgr.14182) 334 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:41.786 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:41 smithi046 conmon[35376]: audit 2024-01-16T08:35:40.146354+0000 mgr.smithi046.mmaeer (mgr.14182) 335 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:43 smithi046 conmon[35376]: cluster 2024-01-16T08:35:41.818171+0000 mgr.smithi046.mmaeer (mgr.14182) 336 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:43.663 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:43.663 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:43.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:43 smithi160 conmon[40884]: cluster 2024-01-16T08:35:41.818171+0000 mgr.smithi046.mmaeer (mgr.14182) 336 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:44.283 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:44.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:44 smithi046 conmon[35376]: audit 2024-01-16T08:35:43.666931+0000 mgr.smithi046.mmaeer (mgr.14182) 337 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:44.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:44 smithi160 conmon[40884]: audit 2024-01-16T08:35:43.666931+0000 mgr.smithi046.mmaeer (mgr.14182) 337 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:45.285 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:45 smithi046 conmon[35376]: cluster 2024-01-16T08:35:43.818862+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:35:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:45 smithi046 conmon[35376]: ) 338 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:45 smithi160 conmon[40884]: cluster 2024-01-16T08:35:43.818862+0000 mgr.smithi046.mmaeer (mgr.14182) 338 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:45.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:45 smithi160 conmon[40884]: 2024-01-16T08:35:47.147 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:47.147 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:47.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:47 smithi160 conmon[40884]: cluster 2024-01-16T08:35:45.819359+0000 mgr.smithi046.mmaeer (mgr.14182) 339 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:47.725 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:47 smithi046 conmon[35376]: cluster 2024-01-16T08:35:45.819359+0000 mgr.smithi046.mmaeer (mgr.14182) 339 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:47.748 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:48.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:48 smithi160 conmon[40884]: audit 2024-01-16T08:35:47.149715+0000 mgr.smithi046.mmaeer (mgr.14182) 340 : audit [DBG] 2024-01-16T08:35:48.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:48 smithi160 conmon[40884]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:48.749 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:48.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:48 smithi046 conmon[35376]: audit 2024-01-16T08:35:47.149715+0000 mgr.smithi046.mmaeer (mgr.14182) 340 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:48.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:48 smithi046 conmon[35376]: 2024-01-16T08:35:49.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:49 smithi046 conmon[35376]: cluster 2024-01-16T08:35:47.820062 2024-01-16T08:35:49.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:49 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 341 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:49.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:49 smithi160 conmon[40884]: cluster 2024-01-16T08:35:47.820062+0000 mgr.smithi046.mmaeer (mgr.14182) 341 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:49.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:49 smithi160 conmon[40884]: 2024-01-16T08:35:50.696 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:50.696 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:51.249 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:51.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:51 smithi046 conmon[35376]: cluster 2024-01-16T08:35:49.820668+0000 mgr.smithi046.mmaeer (mgr.14182) 342 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:51.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:51 smithi046 conmon[35376]: audit 2024-01-16T08:35:50.698969+0000 mgr.smithi046.mmaeer (mgr.14182) 343 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:51.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:51 smithi160 conmon[40884]: cluster 2024-01-16T08:35:49.820668+0000 mgr.smithi046.mmaeer (mgr.14182) 342 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:51.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:51 smithi160 conmon[40884]: audit 2024-01-16T08:35:50.698969+0000 mgr.smithi046.mmaeer 2024-01-16T08:35:51.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:51 smithi160 conmon[40884]: (mgr.14182) 343 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:52.250 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:53.712 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:53 smithi046 conmon[35376]: cluster 2024-01-16T08:35:51.821181+0000 mgr.smithi046.mmaeer (mgr.14182) 344 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:53.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:53 smithi160 conmon[40884]: cluster 2024-01-16T08:35:51.821181+0000 mgr.smithi046.mmaeer (mgr.14182) 344 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:54.146 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:54.146 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:54.789 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:55.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:55 smithi160 conmon[40884]: cluster 2024-01-16T08:35:53.822050+0000 mgr.smithi046.mmaeer (mgr.14182) 345 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:55.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:55 smithi160 conmon[40884]: audit 2024-01-16T08:35:54.149154+0000 mgr.smithi046.mmaeer (mgr.14182) 346 : audit 2024-01-16T08:35:55.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:55 smithi160 conmon[40884]: [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:55.790 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:55 smithi046 conmon[35376]: cluster 2024-01-16T08:35:53.822050+0000 mgr.smithi046.mmaeer (mgr.14182) 345 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:55 smithi046 conmon[35376]: audit 2024 2024-01-16T08:35:55.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:55 smithi046 conmon[35376]: -01-16T08:35:54.149154+0000 mgr.smithi046.mmaeer (mgr.14182) 346 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:57.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:57 smithi046 conmon[35376]: cluster 2024-01-16T08:35:55.822644+0000 mgr.smithi046.mmaeer (mgr.14182) 347 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:57.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:57 smithi160 conmon[40884]: cluster 2024-01-16T08:35:55.822644+0000 mgr.smithi046.mmaeer (mgr.14182) 347 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:57.723 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:35:57.723 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:35:58.320 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:35:58.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:58 smithi046 conmon[35376]: audit 2024-01-16T08:35:57.726513+0000 mgr.smithi046.mmaeer (mgr.14182) 348 : 2024-01-16T08:35:58.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:58 smithi046 conmon[35376]: audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:58.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:58 smithi160 conmon[40884]: audit 2024-01-16T08:35:57.726513+0000 mgr.smithi046.mmaeer (mgr.14182) 348 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:35:59.321 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:35:59.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:59 smithi046 conmon[35376]: cluster 2024-01-16T08:35:57.823278+0000 mgr.smithi046.mmaeer (mgr.14182) 349 2024-01-16T08:35:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:35:59 smithi046 conmon[35376]: : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:35:59.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:35:59 smithi160 conmon[40884]: cluster 2024-01-16T08:35:57.823278+0000 mgr.smithi046.mmaeer (mgr.14182) 349 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:01.187 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:01.187 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:01.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:01 smithi046 conmon[35376]: cluster 2024-01-16T08:35:59.823872+0000 mgr.smithi046.mmaeer (mgr.14182) 350 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:01.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:01 smithi160 conmon[40884]: cluster 2024-01-16T08:35:59.823872+0000 mgr.smithi046.mmaeer (mgr.14182) 350 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:01.737 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:02.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:02 smithi160 conmon[40884]: audit 2024-01-16T08:36:01.190214+0000 mgr.smithi046.mmaeer (mgr.14182) 351 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:02.738 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:02.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:02 smithi046 conmon[35376]: audit 2024-01-16T08:36:01.190214+0000 mgr.smithi046.mmaeer (mgr.14182) 351 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:02.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:02 smithi046 conmon[35376]: 2024-01-16T08:36:03.566 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:03 smithi046 conmon[35376]: cluster 2024-01-16T08:36:01.824245+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:36:03.566 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:03 smithi046 conmon[35376]: ) 352 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:03.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:03 smithi160 conmon[40884]: cluster 2024-01-16T08:36:01.824245+0000 mgr.smithi046.mmaeer (mgr.14182) 352 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:04.622 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:04.622 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:05.237 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:05.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:05 smithi160 conmon[40884]: cluster 2024-01-16T08:36:03.825165+0000 mgr.smithi046.mmaeer (mgr.14182) 353 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:05.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:05 smithi160 conmon[40884]: audit 2024-01-16T08:36:04.625265+0000 mgr.smithi046.mmaeer (mgr.14182) 354 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:05 smithi046 conmon[35376]: cluster 2024-01-16T08:36:03.825165+0000 mgr.smithi046.mmaeer (mgr.14182) 353 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:05 smithi046 conmon[35376]: audit 2024-01-16T08:36:04.625265+0000 mgr.smithi046.mmaeer (mgr.14182) 354 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:06.239 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:07.713 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:07 smithi046 conmon[35376]: cluster 2024-01-16T08:36:05.825532+0000 mgr.smithi046.mmaeer (mgr.14182) 355 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:07.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:07 smithi160 conmon[40884]: cluster 2024-01-16T08:36:05.825532+0000 mgr.smithi046.mmaeer (mgr.14182) 355 : cluster [DBG] 2024-01-16T08:36:07.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:07 smithi160 conmon[40884]: pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:08.109 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:08.109 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:08.629 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:09.631 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:09.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:09 smithi046 conmon[35376]: cluster 2024-01-16T08:36:07.826248+0000 mgr.smithi046.mmaeer (mgr.14182) 356 : 2024-01-16T08:36:09.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:09 smithi046 conmon[35376]: cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:09.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:09 smithi046 conmon[35376]: audit 2024-01-16T08:36:08.112366+0000 mgr.smithi046.mmaeer (mgr.14182) 357 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:09 smithi160 conmon[40884]: cluster 2024-01-16T08:36:07.826248+0000 mgr.smithi046.mmaeer (mgr.14182) 356 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:09 smithi160 conmon[40884]: audit 2024-01-16T08:36:08.112366+0000 mgr.smithi046.mmaeer (mgr.14182) 357 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:11.559 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:11.560 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:11.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:11 smithi046 conmon[35376]: cluster 2024-01-16T08:36:09.826815+0000 mgr.smithi046.mmaeer (mgr.14182) 358 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:11 smithi160 conmon[40884]: cluster 2024-01-16T08:36:09.826815+0000 mgr.smithi046.mmaeer (mgr.14182) 358 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:12.160 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:12 smithi046 conmon[35376]: audit 2024-01-16T08:36:11.562044+0000 mgr.smithi046.mmaeer (mgr.14182) 359 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:12 smithi160 conmon[40884]: audit 2024-01-16T08:36:11.562044+0000 mgr.smithi046.mmaeer (mgr.14182) 359 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:12 smithi160 conmon[40884]: 2024-01-16T08:36:13.162 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:13.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:13 smithi046 conmon[35376]: cluster 2024-01-16T08:36:11.827265+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:36:13.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:13 smithi046 conmon[35376]: .14182) 360 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:13 smithi160 conmon[40884]: cluster 2024-01-16T08:36:11.827265+0000 mgr.smithi046.mmaeer (mgr.14182) 360 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:15.060 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:15.060 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:15.636 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:15 smithi046 conmon[35376]: cluster 2024-01-16T08:36:13.828027+0000 mgr.smithi046.mmaeer (mgr.14182) 361 : cluster [DBG] 2024-01-16T08:36:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:15 smithi046 conmon[35376]: pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:15 smithi160 conmon[40884]: cluster 2024-01-16T08:36:13.828027+0000 mgr.smithi046.mmaeer (mgr.14182) 361 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:16.637 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:16 smithi046 conmon[35376]: audit 2024-01-16T08:36:15.062400+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:16 smithi046 conmon[35376]: 362 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:16 smithi160 conmon[40884]: audit 2024-01-16T08:36:15.062400+0000 mgr.smithi046.mmaeer (mgr.14182) 362 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:17.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:17 smithi046 conmon[35376]: cluster 2024-01-16T08:36:15.828629+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:36:17.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:17 smithi046 conmon[35376]: .14182) 363 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:17.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:17 smithi160 conmon[40884]: cluster 2024-01-16T08:36:15.828629+0000 mgr.smithi046.mmaeer (mgr.14182) 363 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:18.613 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:18.614 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:19.269 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:19.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:19 smithi046 conmon[35376]: cluster 2024-01-16T08:36:17.829219+0000 mgr.smithi046.mmaeer (mgr.14182) 364 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:19.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:19 smithi046 conmon[35376]: audit 2024-01-16T08:36:18.616080+0000 mgr.smithi046.mmaeer (mgr.14182) 365 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:19 smithi160 conmon[40884]: cluster 2024-01-16T08:36:17.829219+0000 mgr.smithi046.mmaeer (mgr.14182) 364 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:19 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:36:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:19 smithi160 conmon[40884]: -16T08:36:18.616080+0000 mgr.smithi046.mmaeer (mgr.14182) 365 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:20.269 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:21.760 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:21 smithi046 conmon[35376]: cluster 2024-01-16T08:36:19.829965 2024-01-16T08:36:21.761 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:21 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 366 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:21.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:21 smithi160 conmon[40884]: cluster 2024-01-16T08:36:19.829965+0000 mgr.smithi046.mmaeer (mgr.14182) 366 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:22.150 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:22.150 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:22.784 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:23.786 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:23.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:23 smithi046 conmon[35376]: cluster 2024-01-16T08:36:21.830362+0000 mgr.smithi046.mmaeer (mgr.14182) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:23.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:23 smithi046 conmon[35376]: audit 2024-01-16T08:36:22.153506+0000 mgr.smithi046.mmaeer (mgr.14182) 368 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:23 smithi160 conmon[40884]: cluster 2024-01-16T08:36:21.830362+0000 mgr.smithi046.mmaeer (mgr.14182) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:23 smithi160 conmon[40884]: audit 2024-01-16T08:36:22.153506+0000 mgr.smithi046.mmaeer (mgr.14182) 368 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:25.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:25 smithi046 conmon[35376]: cluster 2024-01-16T08:36:23.831315+0000 mgr.smithi046.mmaeer (mgr.14182) 369 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:25.782 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:25.782 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:25 smithi160 conmon[40884]: cluster 2024-01-16T08:36:23.831315+0000 mgr.smithi046.mmaeer (mgr.14182) 369 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:26.342 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:27.343 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:27 smithi046 conmon[35376]: audit 2024-01-16T08:36:25.785231+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:36:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:27 smithi046 conmon[35376]: ) 370 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:27 smithi046 conmon[35376]: cluster 2024-01-16T08:36:25.831795+0000 mgr.smithi046.mmaeer (mgr.14182) 371 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:27 smithi160 conmon[40884]: audit 2024-01-16T08:36:25.785231+0000 mgr.smithi046.mmaeer (mgr.14182) 370 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:27 smithi160 conmon[40884]: cluster 2024-01-16T08:36:25.831795+0000 mgr.smithi046.mmaeer (mgr.14182) 371 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:29.174 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:29.175 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:29.733 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:29 smithi046 conmon[35376]: cluster 2024-01-16T08:36:27.832397+0000 mgr.smithi046.mmaeer (mgr.14182) 372 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:29 smithi160 conmon[40884]: cluster 2024-01-16T08:36:27.832397+0000 mgr.smithi046.mmaeer (mgr.14182) 372 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:30.734 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:30.772 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:30 smithi046 conmon[35376]: audit 2024-01-16T08:36:29.177275+0000 mgr.smithi046.mmaeer (mgr.14182) 373 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:30 smithi160 conmon[40884]: audit 2024-01-16T08:36:29.177275+0000 mgr.smithi046.mmaeer (mgr.14182) 373 : audit 2024-01-16T08:36:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:30 smithi160 conmon[40884]: [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:31 smithi046 conmon[35376]: cluster 2024-01-16T08:36:29.833068+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:36:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:31 smithi046 conmon[35376]: 374 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:31.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:31 smithi160 conmon[40884]: cluster 2024-01-16T08:36:29.833068+0000 mgr.smithi046.mmaeer (mgr.14182) 374 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:32.675 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:32.676 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:33.227 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:33.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:33 smithi046 conmon[35376]: cluster 2024-01-16T08:36:31.833551+0000 mgr.smithi046.mmaeer (mgr.14182) 375 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:33.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:33 smithi046 conmon[35376]: audit 2024-01-16T08:36:32.678393+0000 mgr.smithi046.mmaeer (mgr.14182) 376 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:33.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:33 smithi160 conmon[40884]: cluster 2024-01-16T08:36:31.833551+0000 mgr.smithi046.mmaeer (mgr.14182) 375 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:33.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:33 smithi160 conmon[40884]: audit 2024-01-16T08:36:32.678393+0000 mgr.smithi046.mmaeer (mgr.14182) 376 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:34.228 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:35.742 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:35 smithi046 conmon[35376]: cluster 2024-01-16T08:36:33.834355+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:36:35.742 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:35 smithi046 conmon[35376]: 14182) 377 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:35 smithi160 conmon[40884]: cluster 2024-01-16T08:36:33.834355+0000 mgr.smithi046.mmaeer (mgr.14182) 377 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:36.139 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:36.140 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:36.700 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:37.701 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:37.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:37 smithi046 conmon[35376]: cluster 2024-01-16T08:36:35.834752+0000 mgr.smithi046.mmaeer (mgr.14182) 378 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:37.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:37 smithi046 conmon[35376]: audit 2024-01-16T08:36:36.142524+0000 mgr.smithi046.mmaeer (mgr.14182) 379 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:37 smithi160 conmon[40884]: cluster 2024-01-16T08:36:35.834752+0000 mgr.smithi046.mmaeer (mgr.14182) 378 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:37 smithi160 conmon[40884]: audit 2024-01-16T08:36:36.142524+0000 mgr.smithi046.mmaeer (mgr.14182) 379 : 2024-01-16T08:36:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:37 smithi160 conmon[40884]: audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:39 smithi046 conmon[35376]: cluster 2024-01-16T08:36:37.835291+0000 mgr.smithi046.mmaeer (mgr.14182) 380 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:39.734 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:39.734 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:39.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:39 smithi160 conmon[40884]: cluster 2024-01-16T08:36:37.835291+0000 mgr.smithi046.mmaeer (mgr.14182) 380 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:40.299 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:40.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:40 smithi046 conmon[35376]: audit 2024-01-16T08:36:39.738160+0000 mgr.smithi046.mmaeer (mgr.14182) 381 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:40.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:40 smithi160 conmon[40884]: audit 2024-01-16T08:36:39.738160+0000 mgr.smithi046.mmaeer (mgr.14182) 381 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:41.300 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:41.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:41 smithi046 conmon[35376]: cluster 2024-01-16T08:36:39. 2024-01-16T08:36:41.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:41 smithi046 conmon[35376]: 835887+0000 mgr.smithi046.mmaeer (mgr.14182) 382 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:41 smithi160 conmon[40884]: cluster 2024-01-16T08:36:39.835887+0000 mgr.smithi046.mmaeer (mgr.14182) 382 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:43.313 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:43.313 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:43 smithi046 conmon[35376]: cluster 2024-01-16T08:36:41.836325+0000 mgr.smithi046.mmaeer (mgr.14182) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:43.882 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:43 smithi160 conmon[40884]: cluster 2024-01-16T08:36:41.836325+0000 mgr.smithi046.mmaeer (mgr.14182) 383 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:44.883 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:44.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:44 smithi046 conmon[35376]: audit 2024-01-16T08:36:43.316166+0000 mgr.smithi046.mmaeer (mgr.14182) 384 2024-01-16T08:36:44.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:44 smithi046 conmon[35376]: : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:44 smithi160 conmon[40884]: audit 2024-01-16T08:36:43.316166+0000 mgr.smithi046.mmaeer (mgr.14182) 384 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:45 smithi046 conmon[35376]: cluster 2024-01-16T08:36:43.837108+0000 mgr.smithi046.mmaeer (mgr.14182) 385 : 2024-01-16T08:36:45.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:45 smithi046 conmon[35376]: cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:45 smithi160 conmon[40884]: cluster 2024-01-16T08:36:43.837108+0000 mgr.smithi046.mmaeer (mgr.14182) 385 : cluster [DBG] 2024-01-16T08:36:45.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:45 smithi160 conmon[40884]: pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:46.763 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:46.763 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:47.390 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:47.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:47 smithi046 conmon[35376]: cluster 2024-01-16T08:36:45.837634+0000 mgr.smithi046.mmaeer (mgr.14182) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:47.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:47 smithi160 conmon[40884]: cluster 2024-01-16T08:36:45.837634+0000 mgr.smithi046.mmaeer (mgr.14182) 386 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:48.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:48 smithi046 conmon[35376]: audit 2024-01-16T08:36:46.766454+0000 mgr.smithi046.mmaeer (mgr.14182) 387 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:48 smithi160 conmon[40884]: audit 2024-01-16T08:36:46.766454+0000 mgr.smithi046.mmaeer (mgr.14182) 387 : audit 2024-01-16T08:36:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:48 smithi160 conmon[40884]: [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:49 smithi046 conmon[35376]: cluster 2024-01-16T08:36:47.838312+0000 mgr.smithi046.mmaeer 2024-01-16T08:36:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:49 smithi046 conmon[35376]: (mgr.14182) 388 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:49 smithi160 conmon[40884]: cluster 2024-01-16T08:36:47.838312+0000 mgr.smithi046.mmaeer (mgr.14182) 388 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:50.335 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:50.335 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:50.975 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:51.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:51 smithi046 conmon[35376]: cluster 2024-01-16T08:36:49.839018+0000 mgr.smithi046.mmaeer (mgr.14182) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:51.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:51 smithi046 conmon[35376]: audit 2024-01-16T08:36:50.337776+0000 mgr.smithi046.mmaeer (mgr.14182) 390 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:51.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:51 smithi160 conmon[40884]: cluster 2024-01-16T08:36:49.839018+0000 mgr.smithi046.mmaeer (mgr.14182) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:51.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:51 smithi160 conmon[40884]: audit 2024-01-16T08:36:50.337776+0000 mgr.smithi046.mmaeer (mgr.14182) 390 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:51.976 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:53.806 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:53.806 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:53.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:53 smithi046 conmon[35376]: cluster 2024-01-16T08:36:51.839436+0000 mgr.smithi046.mmaeer (mgr.14182) 391 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:53.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:53 smithi160 conmon[40884]: cluster 2024-01-16T08:36:51.839436+0000 mgr.smithi046.mmaeer (mgr.14182) 391 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:54.389 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:55.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:55.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:55 smithi046 conmon[35376]: audit 2024-01-16T08:36:53.809393+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:36:55.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:55 smithi046 conmon[35376]: .14182) 392 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:55.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:55 smithi046 conmon[35376]: cluster 2024-01-16T08:36:53.840090+0000 mgr.smithi046.mmaeer (mgr.14182) 393 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:55 smithi160 conmon[40884]: audit 2024-01-16T08:36:53.809393+0000 mgr.smithi046.mmaeer (mgr.14182) 392 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:55 smithi160 conmon[40884]: cluster 2024-01-16T08:36:53.840090+0000 mgr.smithi046.mmaeer (mgr.14182) 393 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:57.283 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:36:57.284 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:36:57.823 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:36:57.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:57 smithi046 conmon[35376]: cluster 2024-01-16T08:36:55.840729+0000 mgr.smithi046.mmaeer (mgr.14182) 394 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:57 smithi160 conmon[40884]: cluster 2024-01-16T08:36:55.840729+0000 mgr.smithi046.mmaeer (mgr.14182) 394 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:58.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:36:58.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:58 smithi046 conmon[35376]: audit 2024-01-16T08:36:57.284348+0000 mgr.smithi046.mmaeer (mgr.14182) 395 : 2024-01-16T08:36:58.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:58 smithi046 conmon[35376]: audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:58 smithi160 conmon[40884]: audit 2024-01-16T08:36:57.284348+0000 mgr.smithi046.mmaeer (mgr.14182) 395 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:36:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:58 smithi160 conmon[40884]: 2024-01-16T08:36:59.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:59 smithi046 conmon[35376]: cluster 2024-01-16T08:36:57.841336+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:36:59.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:36:59 smithi046 conmon[35376]: 14182) 396 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:36:59.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:36:59 smithi160 conmon[40884]: cluster 2024-01-16T08:36:57.841336+0000 mgr.smithi046.mmaeer (mgr.14182) 396 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:00.726 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:00.726 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:01.364 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:01.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:01 smithi046 conmon[35376]: cluster 2024-01-16T08:36:59.842044+0000 mgr.smithi046.mmaeer (mgr.14182) 397 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:01.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:01 smithi046 conmon[35376]: audit 2024-01-16T08:37:00.729233+0000 mgr.smithi046.mmaeer (mgr.14182) 398 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:01 smithi160 conmon[40884]: cluster 2024-01-16T08:36:59.842044+0000 mgr.smithi046.mmaeer (mgr.14182) 397 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:01 smithi160 conmon[40884]: 2024-01-16T08:37:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:01 smithi160 conmon[40884]: audit 2024-01-16T08:37:00.729233+0000 mgr.smithi046.mmaeer (mgr.14182) 398 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:02.365 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:03.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:03 smithi046 conmon[35376]: cluster 2024-01-16T08:37:01.842623+0000 mgr.smithi046.mmaeer (mgr.14182) 399 : cluster 2024-01-16T08:37:03.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:03 smithi046 conmon[35376]: [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:03.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:03 smithi160 conmon[40884]: cluster 2024-01-16T08:37:01.842623+0000 mgr.smithi046.mmaeer (mgr.14182) 399 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:04.391 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:04.392 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:05.030 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:05 smithi046 conmon[35376]: cluster 2024-01-16T08:37:03.843335+0000 mgr.smithi046.mmaeer (mgr.14182) 400 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:05 smithi046 conmon[35376]: audit 2024 2024-01-16T08:37:05.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:05 smithi046 conmon[35376]: -01-16T08:37:04.395258+0000 mgr.smithi046.mmaeer (mgr.14182) 401 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:05 smithi160 conmon[40884]: cluster 2024-01-16T08:37:03.843335+0000 mgr.smithi046.mmaeer (mgr.14182) 400 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:05 smithi160 conmon[40884]: audit 2024-01-16T08:37:04.395258+0000 mgr.smithi046.mmaeer (mgr.14182) 401 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:06.031 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:07.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:07 smithi046 conmon[35376]: cluster 2024-01-16T08:37:05.843927+0000 mgr.smithi046.mmaeer (mgr.14182) 402 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:07.939 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:07.939 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:07 smithi160 conmon[40884]: cluster 2024-01-16T08:37:05.843927+0000 mgr.smithi046.mmaeer (mgr.14182) 402 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:08.563 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:09.564 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:09.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:09 smithi046 conmon[35376]: cluster 2024-01-16T08:37:07.844448+0000 mgr.smithi046.mmaeer (mgr.14182) 403 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:09.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:09 smithi046 conmon[35376]: audit 2024-01-16T08:37:07.942609+0000 mgr.smithi046.mmaeer (mgr.14182) 404 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:09 smithi160 conmon[40884]: cluster 2024-01-16T08:37:07.844448+0000 mgr.smithi046.mmaeer (mgr.14182) 403 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:09.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:09 smithi160 conmon[40884]: audit 2024-01-16T08:37:07.942609+0000 mgr.smithi046.mmaeer (mgr.14182) 404 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:11.650 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:11.651 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:11.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:11 smithi046 conmon[35376]: cluster 2024-01-16T08:37:09.845015+0000 mgr.smithi046.mmaeer (mgr.14182) 405 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:11 smithi160 conmon[40884]: cluster 2024-01-16T08:37:09.845015+0000 mgr.smithi046.mmaeer (mgr.14182) 405 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:11 smithi160 conmon[40884]: 2024-01-16T08:37:12.264 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:12 smithi046 conmon[35376]: audit 2024-01-16T08:37:11.653199+0000 mgr.smithi046.mmaeer 2024-01-16T08:37:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:12 smithi046 conmon[35376]: (mgr.14182) 406 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:12 smithi160 conmon[40884]: audit 2024-01-16T08:37:11.653199+0000 mgr.smithi046.mmaeer (mgr.14182) 406 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:13.265 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:13 smithi046 conmon[35376]: cluster 2024-01-16T08:37:11.845487+0000 mgr.smithi046.mmaeer (mgr.14182) 407 : cluster 2024-01-16T08:37:13.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:13 smithi046 conmon[35376]: [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:13.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:13 smithi160 conmon[40884]: cluster 2024-01-16T08:37:11.845487+0000 mgr.smithi046.mmaeer (mgr.14182) 407 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:15.112 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:15.112 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:15.796 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:15 smithi046 conmon[35376]: cluster 2024-01-16T08:37:13.846319+0000 mgr.smithi046.mmaeer (mgr.14182) 408 : cluster [DBG] 2024-01-16T08:37:15.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:15 smithi046 conmon[35376]: pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:15 smithi160 conmon[40884]: cluster 2024-01-16T08:37:13.846319+0000 mgr.smithi046.mmaeer (mgr.14182) 408 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:15 smithi160 conmon[40884]: 2024-01-16T08:37:16.797 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:16 smithi046 conmon[35376]: audit 2024-01-16T08:37:15.114715+0000 mgr.smithi046.mmaeer (mgr.14182) 409 : audit 2024-01-16T08:37:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:16 smithi046 conmon[35376]: [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:16 smithi160 conmon[40884]: audit 2024-01-16T08:37:15.114715+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:37:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:16 smithi160 conmon[40884]: 14182) 409 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:17.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:17 smithi046 conmon[35376]: cluster 2024-01-16T08:37:15.846816+0000 mgr.smithi046.mmaeer (mgr.14182) 410 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:17.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:17 smithi046 conmon[35376]: 2024-01-16T08:37:17.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:17 smithi160 conmon[40884]: cluster 2024-01-16T08:37:15.846816+0000 mgr.smithi046.mmaeer (mgr.14182) 410 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:18.647 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:18.647 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:19.228 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:19.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:19 smithi046 conmon[35376]: cluster 2024-01-16T08:37:17.847606+0000 mgr.smithi046.mmaeer (mgr.14182) 411 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:19.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:19 smithi046 conmon[35376]: audit 2024-01-16T08:37:18.650392+0000 mgr.smithi046.mmaeer (mgr.14182) 412 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:19 smithi160 conmon[40884]: cluster 2024-01-16T08:37:17.847606+0000 mgr.smithi046.mmaeer (mgr.14182) 411 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:19 smithi160 conmon[40884]: audit 2024-01-16T08:37:18.650392+0000 mgr.smithi046.mmaeer (mgr.14182) 412 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:20.229 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:21.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:21 smithi046 conmon[35376]: cluster 2024-01-16T08:37:19.848173+0000 mgr.smithi046.mmaeer (mgr.14182) 413 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:21.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:21 smithi160 conmon[40884]: cluster 2024-01-16T08:37:19.848173+0000 mgr.smithi046.mmaeer (mgr.14182) 413 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:22.206 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:22.206 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:22.852 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:23.854 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:23.889 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:23 smithi046 conmon[35376]: cluster 2024-01-16T08:37:21.848557+0000 mgr.smithi046.mmaeer (mgr.14182) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:23.890 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:23 smithi046 conmon[35376]: audit 2024-01-16T08:37:22.209323+0000 mgr.smithi046.mmaeer (mgr.14182) 415 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:23 smithi160 conmon[40884]: cluster 2024-01-16T08:37:21.848557+0000 mgr.smithi046.mmaeer (mgr.14182) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:23.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:23 smithi160 conmon[40884]: audit 2024-01-16T08:37:22.209323+0000 mgr.smithi046.mmaeer (mgr.14182) 415 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:25.793 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:25.794 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:25 smithi160 conmon[40884]: cluster 2024-01-16T08:37:23.849592+0000 mgr.smithi046.mmaeer (mgr.14182) 416 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:25.998 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:25 smithi046 conmon[35376]: cluster 2024-01-16T08:37:23.849592+0000 mgr.smithi046.mmaeer (mgr.14182) 416 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:26.413 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:27.414 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:27.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:27 smithi046 conmon[35376]: audit 2024-01-16T08:37:25 2024-01-16T08:37:27.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:27 smithi046 conmon[35376]: .796318+0000 mgr.smithi046.mmaeer (mgr.14182) 417 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:27.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:27 smithi046 conmon[35376]: cluster 2024-01-16T08:37:25.850106+0000 mgr.smithi046.mmaeer (mgr.14182) 418 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:27 smithi160 conmon[40884]: audit 2024-01-16T08:37:25.796318+0000 mgr.smithi046.mmaeer (mgr.14182) 417 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:27 smithi160 conmon[40884]: cluster 2024-01-16T08:37:25.850106+0000 mgr.smithi046.mmaeer (mgr.14182) 418 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:29.250 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:29.250 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:29.896 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:29 smithi160 conmon[40884]: cluster 2024-01-16T08:37:27.850842+0000 mgr.smithi046.mmaeer (mgr.14182) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:30.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:29 smithi046 conmon[35376]: cluster 2024-01-16T08:37:27.850842+0000 mgr.smithi046.mmaeer (mgr.14182) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:30.897 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:30.932 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:30 smithi046 conmon[35376]: audit 2024-01-16T08:37:29.253516+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:37:30.932 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:30 smithi046 conmon[35376]: mgr.14182) 420 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:30 smithi160 conmon[40884]: audit 2024-01-16T08:37:29.253516+0000 mgr.smithi046.mmaeer (mgr.14182) 420 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:30 smithi160 conmon[40884]: 2024-01-16T08:37:31.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:31 smithi160 conmon[40884]: cluster 2024-01-16T08:37:29.851628+0000 mgr.smithi046.mmaeer (mgr.14182) 421 : cluster [DBG] 2024-01-16T08:37:31.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:31 smithi160 conmon[40884]: pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:32.118 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:31 smithi046 conmon[35376]: cluster 2024-01-16T08:37:29.851628+0000 mgr.smithi046.mmaeer (mgr.14182) 421 : cluster 2024-01-16T08:37:32.119 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:31 smithi046 conmon[35376]: [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:32.803 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:32.804 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:33.426 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:33.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:33 smithi160 conmon[40884]: cluster 2024-01-16T08:37:31.852070+0000 mgr.smithi046.mmaeer (mgr.14182) 422 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:34.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:33 smithi046 conmon[35376]: cluster 2024-01-16T08:37:31.852070+0000 mgr.smithi046.mmaeer (mgr.14182) 422 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:34.427 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:34.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:34 smithi046 conmon[35376]: audit 2024-01-16T08:37:32.806550+0000 mgr.smithi046.mmaeer (mgr.14182) 423 : audit 2024-01-16T08:37:34.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:34 smithi046 conmon[35376]: [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:34.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:34 smithi160 conmon[40884]: audit 2024-01-16T08:37:32.806550+0000 mgr.smithi046.mmaeer (mgr.14182) 423 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:35.942 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:35 smithi046 conmon[35376]: cluster 2024-01-16T08:37:33.852923+0000 mgr.smithi046.mmaeer (mgr.14182) 424 2024-01-16T08:37:35.943 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:35 smithi046 conmon[35376]: : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:35 smithi160 conmon[40884]: cluster 2024-01-16T08:37:33.852923+0000 mgr.smithi046.mmaeer (mgr.14182) 424 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:35 smithi160 conmon[40884]: 2024-01-16T08:37:36.305 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:36.305 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:36.951 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:37.952 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:37 smithi160 conmon[40884]: cluster 2024-01-16T08:37:35.853458+0000 mgr.smithi046.mmaeer (mgr.14182) 425 : cluster [DBG] 2024-01-16T08:37:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:37 smithi160 conmon[40884]: pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:37 smithi160 conmon[40884]: audit 2024-01-16T08:37:36.308746+0000 mgr.smithi046.mmaeer (mgr.14182) 426 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:37.988 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:37 smithi046 conmon[35376]: cluster 2024-01-16T08:37:35.853458+0000 2024-01-16T08:37:37.988 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:37 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 425 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:37.988 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:37 smithi046 conmon[35376]: audit 2024-01-16T08:37:36.308746+0000 mgr.smithi046.mmaeer (mgr.14182) 426 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:39.868 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:39.868 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:39 smithi046 conmon[35376]: cluster 2024-01-16T08:37:37.854039+0000 mgr.smithi046.mmaeer (mgr.14182) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:39.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:39 smithi160 conmon[40884]: cluster 2024-01-16T08:37:37.854039+0000 mgr.smithi046.mmaeer (mgr.14182) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:40.508 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:41.512 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:41.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:41 smithi046 conmon[35376]: cluster 2024-01-16T08:37:39.854541+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:37:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:41 smithi046 conmon[35376]: 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:41.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:41 smithi046 conmon[35376]: audit 2024-01-16T08:37:39.867547+0000 mgr.smithi046.mmaeer (mgr.14182) 429 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:41 smithi160 conmon[40884]: cluster 2024-01-16T08:37:39.854541+0000 mgr.smithi046.mmaeer (mgr.14182) 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:41 smithi160 conmon[40884]: 2024-01-16T08:37:41.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:41 smithi160 conmon[40884]: audit 2024-01-16T08:37:39.867547+0000 mgr.smithi046.mmaeer (mgr.14182) 429 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:43.415 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:43.415 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:15.049502Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:15.049683Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:15.049796Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:15.049881Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:15.049971Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-16T08:37:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: cluster 2024-01-16T08:37:41.855032+0000 mgr.smithi046.mmaeer (mgr.14182) 430 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: audit 2024-01-16T08:37:43.489128+0000 mon.smithi046 (mon.0) 678 2024-01-16T08:37:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.duhdro"}]: dispatch 2024-01-16T08:37:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: audit 2024-01-16T08:37:43.495292+0000 mon.smithi046 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: audit 2024-01-16T08:37:43.497852+0000 mon.smithi046 (mon.0) 680 : audit 2024-01-16T08:37:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:43 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:37:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: cluster 2024-01-16T08:37:41.855032+0000 mgr.smithi046.mmaeer (mgr.14182) 430 : cluster 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: audit 2024-01-16T08:37:43.489128+0000 mon.smithi046 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.duhdro"}]: dispatch 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: audit 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: 2024-01-16T08:37:43.495292+0000 mon.smithi046 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: audit 2024-01-16T08:37:43.497852+0000 mon.smithi046 ( 2024-01-16T08:37:43.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:43 smithi160 conmon[40884]: mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:37:44.075 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-16T08:37:44.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: audit 2024-01-16T08:37:43.417823+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 431 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:43.488467+0000 mgr.smithi046.mmaeer (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:36: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-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:37: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-16T08:37:44.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:36: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-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:37: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-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:43.488719+0000 mgr.smithi046.mmaeer (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:43.489821+0000 mgr.smithi046.mmaeer (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:44.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:36: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-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:37: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-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:43.495731+0000 mgr.smithi046.mmaeer (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:43.497006+0000 mgr.smithi046.mmaeer (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cluster 2024-01-16T08:37:43.498054+0000 mgr.smithi046.mmaeer (mgr.14182) 437 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: audit 2024-01-16T08:37:43.871708+0000 mon.smithi046 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:44.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:44 smithi160 conmon[40884]: cluster 2024-01-16T08:37:44.492743+0000 mon.smithi046 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:37:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: audit 2024-01-16T08:37:43.417823 2024-01-16T08:37:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 431 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:43.488467+0000 mgr.smithi046.mmaeer (mgr.14182) 432 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:36: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-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:37: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-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:37:45.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:36: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-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:37: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-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-16T08:37:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:43.488719+0000 mgr.smithi046.mmaeer (mgr.14182) 433 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:43.489821+0000 mgr.smithi046.mmaeer (mgr.14182) 434 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.duhdro ... 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:35:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:36: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-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:37: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-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:43.495731+0000 mgr.smithi046.mmaeer (mgr.14182) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:43.497006+0000 mgr.smithi046.mmaeer (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cluster 2024-01-16T08:37:43.498054+0000 mgr.smithi046.mmaeer (mgr.14182) 437 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: audit 2024-01-16T08:37:43.871708+0000 mon.smithi046 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:45.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:44 smithi046 conmon[35376]: cluster 2024-01-16T08:37:44.492743+0000 mon.smithi046 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:37:45.076 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:46.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:46 smithi160 conmon[40884]: audit 2024-01-16T08:37:45.225361+0000 mon.smithi046 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:46.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:46 smithi160 conmon[40884]: 2024-01-16T08:37:46.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:46 smithi160 conmon[40884]: audit 2024-01-16T08:37:45.266512+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:46.498 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:46 smithi160 conmon[40884]: cluster 2024-01-16T08:37:45.498515+0000 mgr.smithi046.mmaeer (mgr.14182) 438 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:46.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:46 smithi046 conmon[35376]: audit 2024-01-16T08:37:45.225361+0000 mon.smithi046 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:46.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:46 smithi046 conmon[35376]: audit 2024-01-16T08:37:45.266512+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:46.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:46 smithi046 conmon[35376]: cluster 2024-01-16T08:37:45.498515+0000 mgr.smithi046.mmaeer (mgr.14182) 438 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:47.331 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:47.331 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:32:18.788282Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:32:18.788359Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:32:18.788431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:32:18.788198Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:32:18.788038Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:32:18.788500Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:32:18.788641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:32:18.788570Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 2, "size": 4}}] 2024-01-16T08:37:48.236 INFO:tasks.cephadm:rgw.foo has 2/4 2024-01-16T08:37:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:48 smithi046 conmon[35376]: audit 2024-01-16T08:37:47.333379+0000 mgr.smithi046.mmaeer (mgr.14182) 439 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:48 smithi046 conmon[35376]: cluster 2024-01-16T08:37:47.499207+0000 mgr.smithi046.mmaeer (mgr.14182) 440 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:48 smithi160 conmon[40884]: audit 2024-01-16T08:37:47.333379+0000 mgr.smithi046.mmaeer (mgr.14182) 439 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:48 smithi160 conmon[40884]: cluster 2024-01-16T08:37:47.499207+0000 mgr.smithi046.mmaeer (mgr.14182) 440 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:49.237 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16T08:37:48.659196+0000 mon.smithi046 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16T08:37:49.010511+0000 mon.smithi046 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16T08:37:49.011231+0000 mon.smithi046 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16T08:37:49.301207+0000 mon.smithi046 ( 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: -01-16T08:37:49.306965+0000 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: mon.smithi046 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: 2024-01-16T08 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: :37:49.311809+0000 mon.smithi046 ( 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: T08:37:49.319588+0000 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: mon.smithi046 (mon.0) 691 : audit 2024-01-16T08:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:49 smithi046 conmon[35376]: [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01-16T08:37:48.659196+0000 mon.smithi046 (mon.0 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: ) 685 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01-16T08:37:49.010511+0000 mon.smithi046 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01-16T08:37:49.011231+0000 mon.smithi046 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01-16T08:37 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: :49.301207+0000 mon.smithi046 (mon.0) 688 : audit [INF] 2024-01-16T08:37:49.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: 01-16T08:37:49.306965+0000 mon.smithi046 (mon.0) 689 : audit 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: 2024-01-16T08:37:49.311809+0000 mon.smithi046 (mon.0) 690 : audit [INF] 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: -16T08:37:49.319588+0000 mon.smithi046 (mon.0) 691 : audit [DBG] 2024-01-16T08:37:49.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:49 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:49.014809+0000 mgr.smithi046.mmaeer (mgr.14182) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: cluster 2024 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: -01-16T08:37:49.313695+0000 mgr.smithi046.mmaeer (mgr.14182) 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: cephadm 2024-01-16T08:37:49.328616+0000 mgr.smithi046.mmaeer (mgr.14182) 443 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.nlcjai on smithi160 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: cluster 2024-01-16T08:37:50.309882+0000 mon.smithi046 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:37:50.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:50 smithi046 conmon[35376]: cluster 2024-01-16T08:37:50.309920+0000 mon.smithi046 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:49.014809+0000 mgr.smithi046.mmaeer (mgr.14182) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: cluster 2024-01-16T08:37:49.313695+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: cephadm 2024-01-16T08:37:49.328616+0000 mgr.smithi046.mmaeer (mgr.14182) 443 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.nlcjai on smithi160 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: cluster 2024-01-16T08:37:50.309882+0000 mon.smithi046 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: cluster 2024-01-16T08:37:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:50 smithi160 conmon[40884]: 2024-01-16T08:37:50.309920+0000 mon.smithi046 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-16T08:37:51.182 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:51.182 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:37:51.759 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-16T08:37:51.759 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T08:37:51.771 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-16T08:37:51.771 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:52.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:52 smithi046 conmon[35376]: audit 2024-01-16T08:37:51.184660+0000 mgr.smithi046.mmaeer (mgr.14182) 444 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:52.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:52 smithi046 conmon[35376]: cluster 2024-01-16T08:37:51.314058+0000 mgr.smithi046.mmaeer (mgr.14182) 445 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:52 smithi160 conmon[40884]: audit 2024-01-16T08:37:51.184660+0000 mgr.smithi046.mmaeer (mgr.14182) 444 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:52 smithi160 conmon[40884]: 2024-01-16T08:37:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:52 smithi160 conmon[40884]: cluster 2024-01-16T08:37:51.314058+0000 mgr.smithi046.mmaeer (mgr.14182) 445 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:37:53.523 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:53.524 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:37:54.075 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:37:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:54 smithi160 conmon[40884]: cluster 2024-01-16T08:37:53.314682+0000 mgr.smithi046.mmaeer (mgr.14182) 446 : cluster [DBG] 2024-01-16T08:37:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:54 smithi160 conmon[40884]: pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 178 B/s wr, 2 op/s 2024-01-16T08:37:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:54 smithi160 conmon[40884]: audit 2024-01-16T08:37:53.526294+0000 mgr.smithi046.mmaeer (mgr.14182) 447 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:55.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:54 smithi046 conmon[35376]: cluster 2024-01-16T08:37:53.314682+0000 mgr.smithi046.mmaeer (mgr.14182) 446 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 178 B/s wr, 2 op/s 2024-01-16T08:37:55.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:54 smithi046 conmon[35376]: audit 2024-01-16T08:37:53.526294+0000 mgr.smithi046.mmaeer (mgr.14182) 447 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:55.077 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:56.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:56 smithi160 conmon[40884]: cluster 2024-01-16T08:37:55.315121+0000 mgr.smithi046.mmaeer (mgr.14182) 448 : cluster [DBG] 2024-01-16T08:37:56.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:56 smithi160 conmon[40884]: pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 173 B/s wr, 2 op/s 2024-01-16T08:37:57.033 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:37:57.033 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:37:57.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:56 smithi046 conmon[35376]: cluster 2024-01-16T08:37:55.315121+0000 mgr.smithi046.mmaeer (mgr.14182) 448 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 173 B/s wr, 2 op/s 2024-01-16T08:37:57.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:37:58.651 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:37:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:58 smithi160 conmon[40884]: audit 2024-01-16T08:37:57.035644+0000 mgr.smithi046.mmaeer (mgr.14182) 449 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:58.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:58 smithi160 conmon[40884]: 2024-01-16T08:37:58.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:37:58 smithi160 conmon[40884]: cluster 2024-01-16T08:37:57.315686+0000 mgr.smithi046.mmaeer (mgr.14182) 450 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 173 B/s wr, 2 op/s 2024-01-16T08:37:59.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:58 smithi046 conmon[35376]: audit 2024-01-16T08:37:57.035644+0000 mgr.smithi046.mmaeer 2024-01-16T08:37:59.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:58 smithi046 conmon[35376]: (mgr.14182) 449 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:37:59.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:37:58 smithi046 conmon[35376]: cluster 2024-01-16T08:37:57.315686+0000 mgr.smithi046.mmaeer (mgr.14182) 450 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 173 B/s wr, 2 op/s 2024-01-16T08:38:00.548 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:00.548 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:00 smithi046 conmon[35376]: cluster 2024-01-16T08:37:59.316499+0000 mgr.smithi046.mmaeer (mgr.14182) 451 : 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, 173 B/s wr, 2 op/s 2024-01-16T08:38:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:00 smithi160 conmon[40884]: cluster 2024-01-16T08:37:59.316499+0000 mgr.smithi046.mmaeer (mgr.14182) 451 : 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, 173 B/s wr, 2 op/s 2024-01-16T08:38:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:00 smithi160 conmon[40884]: 2024-01-16T08:38:01.097 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:01 smithi160 conmon[40884]: audit 2024-01-16T08:38:00.551043+0000 mgr.smithi046.mmaeer (mgr.14182) 452 : audit 2024-01-16T08:38:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:01 smithi160 conmon[40884]: [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:02.098 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:02.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:01 smithi046 conmon[35376]: audit 2024-01-16T08:38:00.551043+0000 mgr.smithi046.mmaeer (mgr.14182) 452 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:02 smithi046 conmon[35376]: cluster 2024-01-16T08:38:01.317030+0000 mgr.smithi046.mmaeer (mgr.14182) 453 : 2024-01-16T08:38:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:02 smithi046 conmon[35376]: 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, 170 B/s wr, 2 op/s 2024-01-16T08:38:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:02 smithi160 conmon[40884]: cluster 2024-01-16T08:38:01.317030+0000 mgr.smithi046.mmaeer (mgr.14182) 453 : 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, 170 B/s wr, 2 op/s 2024-01-16T08:38:04.034 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:04.035 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:04.583 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:04.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:04 smithi046 conmon[35376]: cluster 2024-01-16T08:38:03.317800+0000 mgr.smithi046.mmaeer (mgr.14182) 454 : cluster [DBG] pgmap v321: 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-16T08:38:05.051 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:04 smithi160 conmon[40884]: cluster 2024-01-16T08:38:03.317800+0000 mgr.smithi046.mmaeer (mgr.14182) 454 : cluster [DBG] pgmap v321: 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-16T08:38:05.583 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:05.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:05 smithi046 conmon[35376]: audit 2024-01-16T08:38:04.036289+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:38:05.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:05 smithi046 conmon[35376]: mgr.14182) 455 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:05 smithi160 conmon[40884]: audit 2024-01-16T08:38:04.036289+0000 mgr.smithi046.mmaeer (mgr.14182) 455 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:05.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:05 smithi160 conmon[40884]: 2024-01-16T08:38:06.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:06 smithi160 conmon[40884]: cluster 2024-01-16T08:38:05.318267+0000 mgr.smithi046.mmaeer (mgr.14182) 456 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T08:38:06.996 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:06 smithi046 conmon[35376]: cluster 2024-01-16T08:38:05.318267+0000 mgr.smithi046.mmaeer (mgr.14182) 456 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T08:38:07.424 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:07.425 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:08.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:08.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:08 smithi160 conmon[40884]: cluster 2024-01-16T08:38:07.318741+0000 mgr.smithi046.mmaeer (mgr.14182) 457 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:08.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:08 smithi160 conmon[40884]: audit 2024-01-16T08:38:07.427863+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:38:08.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:08 smithi160 conmon[40884]: ) 458 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:09.009 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:09.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:08 smithi046 conmon[35376]: cluster 2024-01-16T08:38:07.318741+0000 mgr.smithi046.mmaeer (mgr.14182) 457 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:09.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:08 smithi046 conmon[35376]: audit 2024-01-16T08:38:07.427863+0000 mgr.smithi046.mmaeer (mgr.14182) 458 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:10.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:10 smithi046 conmon[35376]: cluster 2024-01-16T08:38:09.319272+0000 mgr.smithi046.mmaeer (mgr.14182) 459 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:10 smithi160 conmon[40884]: cluster 2024-01-16T08:38:09.319272+0000 mgr.smithi046.mmaeer (mgr.14182) 459 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:11.026 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:11.026 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:11.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:12.592 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:12 smithi046 conmon[35376]: audit 2024-01-16T08:38:11.028330+0000 mgr.smithi046.mmaeer (mgr.14182) 460 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:12 smithi046 conmon[35376]: cluster 2024-01-16T08:38:11.319802+0000 mgr.smithi046.mmaeer (mgr.14182) 461 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:12 smithi160 conmon[40884]: audit 2024-01-16T08:38:11.028330+0000 mgr.smithi046.mmaeer (mgr.14182) 460 : audit 2024-01-16T08:38:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:12 smithi160 conmon[40884]: [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:12 smithi160 conmon[40884]: cluster 2024-01-16T08:38:11.319802+0000 mgr.smithi046.mmaeer (mgr.14182) 461 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:14.497 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:14.497 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:14 smithi046 conmon[35376]: cluster 2024-01-16T08:38:13.320893+0000 mgr.smithi046.mmaeer (mgr.14182) 462 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:14 smithi160 conmon[40884]: cluster 2024-01-16T08:38:13.320893+0000 mgr.smithi046.mmaeer (mgr.14182) 462 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:15.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:15 smithi160 conmon[40884]: audit 2024-01-16T08:38:14.499976+0000 mgr.smithi046.mmaeer (mgr.14182) 463 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:15.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:15 smithi160 conmon[40884]: 2024-01-16T08:38:16.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:15 smithi046 conmon[35376]: audit 2024-01-16T08:38:14.499976+0000 mgr.smithi046.mmaeer 2024-01-16T08:38:16.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:15 smithi046 conmon[35376]: (mgr.14182) 463 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:16.163 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:16 smithi160 conmon[40884]: cluster 2024-01-16T08:38:15.321484+0000 mgr.smithi046.mmaeer (mgr.14182) 464 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:17.032 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:16 smithi046 conmon[35376]: cluster 2024-01-16T08:38:15.321484+0000 2024-01-16T08:38:17.032 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:16 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 464 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:18.095 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:18.095 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:18.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:18 smithi160 conmon[40884]: cluster 2024-01-16T08:38:17.322065+0000 mgr.smithi046.mmaeer (mgr.14182) 465 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:18 smithi046 conmon[35376]: cluster 2024-01-16T08:38:17.322065+0000 mgr.smithi046.mmaeer (mgr.14182) 465 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:19.672 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:19.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:19 smithi160 conmon[40884]: audit 2024-01-16T08:38:18.098153+0000 mgr.smithi046.mmaeer (mgr.14182) 466 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:20.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:19 smithi046 conmon[35376]: audit 2024-01-16T08:38:18.098153+0000 mgr.smithi046.mmaeer (mgr.14182) 466 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:20 smithi046 conmon[35376]: cluster 2024-01-16T08:38:19.322785+0000 mgr.smithi046.mmaeer (mgr.14182) 467 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:20.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:20 smithi160 conmon[40884]: cluster 2024-01-16T08:38:19.322785+0000 mgr.smithi046.mmaeer (mgr.14182) 467 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:21.588 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:21.588 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:22.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:23.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:22 smithi046 conmon[35376]: cluster 2024-01-16T08:38:21.323167+0000 mgr.smithi046.mmaeer (mgr.14182) 468 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:23.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:22 smithi046 conmon[35376]: audit 2024-01-16T08:38:21.591034+0000 mgr.smithi046.mmaeer (mgr.14182) 469 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:23.171 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:23.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:22 smithi160 conmon[40884]: cluster 2024-01-16T08:38:21.323167+0000 mgr.smithi046.mmaeer (mgr.14182) 468 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:23.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:22 smithi160 conmon[40884]: audit 2024-01-16T08:38:21.591034+0000 mgr.smithi046.mmaeer (mgr.14182) 469 2024-01-16T08:38:23.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:22 smithi160 conmon[40884]: : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:25.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:24 smithi046 conmon[35376]: cluster 2024-01-16T08:38:23.323834+0000 mgr.smithi046.mmaeer (mgr.14182) 470 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:25.107 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:25.108 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:25.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:24 smithi160 conmon[40884]: cluster 2024-01-16T08:38:23.323834+0000 mgr.smithi046.mmaeer (mgr.14182) 470 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:25.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:24 smithi160 conmon[40884]: 2024-01-16T08:38:25.720 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:26.721 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:26 smithi046 conmon[35376]: audit 2024-01-16T08:38:25.111083+0000 mgr.smithi046.mmaeer (mgr.14182) 471 : audit 2024-01-16T08:38:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:26 smithi046 conmon[35376]: [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:26 smithi046 conmon[35376]: cluster 2024-01-16T08:38:25.324334+0000 mgr.smithi046.mmaeer (mgr.14182) 472 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:27.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:26 smithi160 conmon[40884]: audit 2024-01-16T08:38:25.111083+0000 mgr.smithi046.mmaeer (mgr.14182) 471 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:27.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:26 smithi160 conmon[40884]: 2024-01-16T08:38:27.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:26 smithi160 conmon[40884]: cluster 2024-01-16T08:38:25.324334+0000 mgr.smithi046.mmaeer (mgr.14182) 472 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:28.635 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:28.636 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:29.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:28 smithi046 conmon[35376]: cluster 2024-01-16T08:38:27.324993+0000 mgr.smithi046.mmaeer (mgr.14182) 473 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:29.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:29.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:28 smithi160 conmon[40884]: cluster 2024-01-16T08:38:27.324993+0000 mgr.smithi046.mmaeer (mgr.14182) 473 : cluster 2024-01-16T08:38:29.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:28 smithi160 conmon[40884]: [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:30.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:29 smithi046 conmon[35376]: audit 2024-01-16T08:38:28.638318+0000 mgr.smithi046.mmaeer (mgr.14182) 474 : audit 2024-01-16T08:38:30.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:29 smithi046 conmon[35376]: [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:30.195 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:30.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:29 smithi160 conmon[40884]: audit 2024-01-16T08:38:28.638318+0000 mgr.smithi046.mmaeer (mgr.14182) 474 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:31.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:30 smithi046 conmon[35376]: cluster 2024-01-16T08:38:29.325590+0000 mgr.smithi046.mmaeer (mgr.14182) 475 : 2024-01-16T08:38:31.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:30 smithi046 conmon[35376]: cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:31.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:30 smithi160 conmon[40884]: cluster 2024-01-16T08:38:29.325590+0000 mgr.smithi046.mmaeer (mgr.14182) 475 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:32.102 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:32.103 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:32.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:32 smithi046 conmon[35376]: cluster 2024-01-16T08:38:31.326081+0000 mgr.smithi046.mmaeer (mgr.14182) 476 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:33.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:32 smithi160 conmon[40884]: cluster 2024-01-16T08:38:31.326081+0000 mgr.smithi046.mmaeer (mgr.14182) 476 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:33.680 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:34.113 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:33 smithi046 conmon[35376]: audit 2024-01-16T08:38:32.105203+0000 mgr.smithi046.mmaeer (mgr.14182) 477 : audit 2024-01-16T08:38:34.114 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:33 smithi046 conmon[35376]: [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:34.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:33 smithi160 conmon[40884]: audit 2024-01-16T08:38:32.105203+0000 mgr.smithi046.mmaeer (mgr.14182) 477 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:35.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:34 smithi046 conmon[35376]: cluster 2024-01-16T08:38:33.326962+0000 mgr.smithi046.mmaeer (mgr.14182) 478 : 2024-01-16T08:38:35.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:34 smithi046 conmon[35376]: cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:35.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:34 smithi160 conmon[40884]: cluster 2024-01-16T08:38:33.326962+0000 mgr.smithi046.mmaeer (mgr.14182) 478 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:35.505 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:35.505 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:36.052 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:37.053 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:37.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:36 smithi046 conmon[35376]: cluster 2024-01-16T08:38:35.327339+0000 mgr.smithi046.mmaeer (mgr.14182) 479 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:37.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:36 smithi046 conmon[35376]: audit 2024-01-16T08:38:35.507387+0000 mgr.smithi046.mmaeer (mgr.14182) 480 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:36 smithi160 conmon[40884]: cluster 2024-01-16T08:38:35.327339+0000 mgr.smithi046.mmaeer (mgr.14182) 479 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:36 smithi160 conmon[40884]: audit 2024-01-16T08:38:35.507387+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:38:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:36 smithi160 conmon[40884]: 480 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:38.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:38 smithi046 conmon[35376]: cluster 2024-01-16T08:38:37.327864+0000 mgr.smithi046.mmaeer (mgr.14182) 481 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:38.994 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:38.994 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:39.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:38 smithi160 conmon[40884]: cluster 2024-01-16T08:38:37.327864+0000 mgr.smithi046.mmaeer (mgr.14182) 481 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:39.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:40.605 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:41.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:40 smithi046 conmon[35376]: audit 2024-01-16T08:38:38.997389+0000 mgr.smithi046.mmaeer (mgr.14182) 482 : 2024-01-16T08:38:41.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:40 smithi046 conmon[35376]: audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:41.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:40 smithi046 conmon[35376]: cluster 2024-01-16T08:38:39.328489+0000 mgr.smithi046.mmaeer (mgr.14182) 483 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:40 smithi160 conmon[40884]: audit 2024-01-16T08:38:38.997389+0000 mgr.smithi046.mmaeer (mgr.14182) 482 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:40 smithi160 conmon[40884]: cluster 2024-01-16T08:38:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:40 smithi160 conmon[40884]: 2024-01-16T08:38:39.328489+0000 mgr.smithi046.mmaeer (mgr.14182) 483 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:42.460 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:42.461 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:43.009 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:43.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:42 smithi046 conmon[35376]: cluster 2024-01-16T08:38:41.329079+0000 mgr.smithi046.mmaeer (mgr.14182) 484 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:43.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:42 smithi160 conmon[40884]: cluster 2024-01-16T08:38:41.329079+0000 mgr.smithi046.mmaeer (mgr.14182) 484 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:44.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:44.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:43 smithi046 conmon[35376]: audit 2024-01-16T08:38:42.463163+0000 mgr.smithi046.mmaeer (mgr.14182) 485 : audit 2024-01-16T08:38:44.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:43 smithi046 conmon[35376]: [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:44.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:43 smithi160 conmon[40884]: audit 2024-01-16T08:38:42.463163+0000 mgr.smithi046.mmaeer (mgr.14182) 485 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:44 smithi046 conmon[35376]: cluster 2024-01-16T08:38:43. 2024-01-16T08:38:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:44 smithi046 conmon[35376]: 329783+0000 mgr.smithi046.mmaeer (mgr.14182) 486 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:45.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:44 smithi160 conmon[40884]: cluster 2024-01-16T08:38:43.329783+0000 mgr.smithi046.mmaeer (mgr.14182) 486 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:45.905 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:45.905 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:46.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:46 smithi046 conmon[35376]: cluster 2024-01-16T08:38:45.330273+0000 mgr.smithi046.mmaeer (mgr.14182) 487 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:47.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:46 smithi160 conmon[40884]: cluster 2024-01-16T08:38:45.330273+0000 mgr.smithi046.mmaeer (mgr.14182) 487 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:47.543 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:47.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:47 smithi046 conmon[35376]: audit 2024-01-16T08:38:45. 2024-01-16T08:38:47.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:47 smithi046 conmon[35376]: 908052+0000 mgr.smithi046.mmaeer (mgr.14182) 488 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:48.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:47 smithi160 conmon[40884]: audit 2024-01-16T08:38:45.908052+0000 mgr.smithi046.mmaeer (mgr.14182) 488 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:49.060 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:48 smithi046 conmon[35376]: cluster 2024-01-16T08:38:47.330934 2024-01-16T08:38:49.060 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:48 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 489 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:49.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:48 smithi160 conmon[40884]: cluster 2024-01-16T08:38:47.330934+0000 mgr.smithi046.mmaeer (mgr.14182) 489 : cluster [DBG] 2024-01-16T08:38:49.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:48 smithi160 conmon[40884]: pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:49.457 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:49.457 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:50.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:50.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:50 smithi160 conmon[40884]: cluster 2024-01-16T08:38:49.331532+0000 mgr.smithi046.mmaeer (mgr.14182) 490 : cluster [DBG] 2024-01-16T08:38:50.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:50 smithi160 conmon[40884]: pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:50.722 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:50 smithi160 conmon[40884]: audit 2024-01-16T08:38:49.459935+0000 mgr.smithi046.mmaeer (mgr.14182) 491 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:50.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:50 smithi046 conmon[35376]: cluster 2024-01-16T08:38:49.331532+0000 mgr.smithi046.mmaeer (mgr.14182) 490 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:50.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:50 smithi046 conmon[35376]: audit 2024-01-16T08:38:49.459935+0000 mgr.smithi046.mmaeer (mgr.14182) 491 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:51.126 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:52.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:52 smithi046 conmon[35376]: cluster 2024-01-16T08:38:51.331913 2024-01-16T08:38:52.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:52 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 492 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:52.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:52 smithi160 conmon[40884]: cluster 2024-01-16T08:38:51.331913+0000 mgr.smithi046.mmaeer (mgr.14182) 492 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:52.996 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:52.996 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:53.541 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:54.542 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:54.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:54 smithi046 conmon[35376]: audit 2024-01-16T08:38:52.997911+0000 mgr.smithi046.mmaeer (mgr.14182) 493 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:54.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:54 smithi046 conmon[35376]: cluster 2024-01-16T08:38:53.332636+0000 mgr.smithi046.mmaeer (mgr.14182) 494 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:54 smithi160 conmon[40884]: audit 2024-01-16T08:38:52.997911+0000 mgr.smithi046.mmaeer (mgr.14182) 493 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:54 smithi160 conmon[40884]: cluster 2024-01-16T08:38:53.332636+0000 mgr.smithi046.mmaeer (mgr.14182) 494 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:56.415 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:56.415 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:38:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:56 smithi046 conmon[35376]: cluster 2024-01-16T08:38:55.333361+0000 mgr.smithi046.mmaeer (mgr.14182) 495 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:56.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:56 smithi160 conmon[40884]: cluster 2024-01-16T08:38:55.333361+0000 mgr.smithi046.mmaeer (mgr.14182) 495 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:56.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:56 smithi160 conmon[40884]: 2024-01-16T08:38:56.990 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:38:57.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:57 smithi046 conmon[35376]: audit 2024-01-16T08:38:56.417376+0000 mgr.smithi046.mmaeer (mgr.14182) 496 : audit 2024-01-16T08:38:57.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:57 smithi046 conmon[35376]: [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:57 smithi160 conmon[40884]: audit 2024-01-16T08:38:56.417376+0000 mgr.smithi046.mmaeer (mgr.14182) 496 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:38:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:57 smithi160 conmon[40884]: 2024-01-16T08:38:57.991 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:38:58.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:58 smithi046 conmon[35376]: cluster 2024-01-16T08:38:57. 2024-01-16T08:38:58.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:38:58 smithi046 conmon[35376]: 333999+0000 mgr.smithi046.mmaeer (mgr.14182) 497 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:58 smithi160 conmon[40884]: cluster 2024-01-16T08:38:57.333999+0000 mgr.smithi046.mmaeer (mgr.14182) 497 : cluster 2024-01-16T08:38:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:38:58 smithi160 conmon[40884]: [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:38:59.860 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:38:59.861 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:00.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:00 smithi046 conmon[35376]: cluster 2024-01-16T08:38:59.334667+0000 mgr.smithi046.mmaeer (mgr.14182) 498 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:00 smithi160 conmon[40884]: cluster 2024-01-16T08:38:59.334667+0000 mgr.smithi046.mmaeer (mgr.14182) 498 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:01.393 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:01.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:01 smithi046 conmon[35376]: audit 2024-01-16T08:38:59.863114+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:39:01.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:01 smithi046 conmon[35376]: .14182) 499 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:01.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:01 smithi160 conmon[40884]: audit 2024-01-16T08:38:59.863114+0000 mgr.smithi046.mmaeer (mgr.14182) 499 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:02.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:02 smithi046 conmon[35376]: cluster 2024-01-16T08:39:01.335296+0000 mgr.smithi046.mmaeer (mgr.14182) 500 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:02.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:02 smithi160 conmon[40884]: cluster 2024-01-16T08:39:01.335296+0000 mgr.smithi046.mmaeer (mgr.14182) 500 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:03.263 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:03.264 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:03.882 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:04.883 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:04.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:04 smithi046 conmon[35376]: audit 2024-01-16T08:39:03.266327+0000 mgr.smithi046.mmaeer (mgr.14182) 501 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:04.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:04 smithi046 conmon[35376]: cluster 2024-01-16T08:39:03.336019+0000 mgr.smithi046.mmaeer (mgr.14182) 502 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:04 smithi160 conmon[40884]: audit 2024-01-16T08:39:03.266327+0000 mgr.smithi046.mmaeer (mgr.14182) 501 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:04 smithi160 conmon[40884]: cluster 2024-01-16T08:39:03.336019+0000 mgr.smithi046.mmaeer (mgr.14182) 502 : cluster 2024-01-16T08:39:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:04 smithi160 conmon[40884]: [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:06.670 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:06.670 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:06.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:06 smithi046 conmon[35376]: cluster 2024-01-16T08:39:05.336445+0000 mgr.smithi046.mmaeer (mgr.14182) 503 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:06.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:06 smithi160 conmon[40884]: cluster 2024-01-16T08:39:05.336445+0000 mgr.smithi046.mmaeer (mgr.14182) 503 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:07.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:07.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:07 smithi046 conmon[35376]: audit 2024-01-16T08:39:06.672942+0000 mgr.smithi046.mmaeer (mgr.14182) 504 : audit [DBG] 2024-01-16T08:39:07.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:07 smithi046 conmon[35376]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:07 smithi160 conmon[40884]: audit 2024-01-16T08:39:06.672942+0000 mgr.smithi046.mmaeer (mgr.14182) 504 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:07 smithi160 conmon[40884]: 2024-01-16T08:39:08.258 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:08.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:08 smithi046 conmon[35376]: cluster 2024-01-16T08:39:07. 2024-01-16T08:39:08.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:08 smithi046 conmon[35376]: 337210+0000 mgr.smithi046.mmaeer (mgr.14182) 505 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:08.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:08 smithi160 conmon[40884]: cluster 2024-01-16T08:39:07.337210+0000 mgr.smithi046.mmaeer (mgr.14182) 505 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:10.166 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:10.167 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:10.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:10.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:10 smithi046 conmon[35376]: cluster 2024-01-16T08:39:09.338007+0000 mgr.smithi046.mmaeer (mgr.14182) 506 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:10 smithi160 conmon[40884]: cluster 2024-01-16T08:39:09.338007+0000 mgr.smithi046.mmaeer (mgr.14182) 506 : cluster [DBG] 2024-01-16T08:39:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:10 smithi160 conmon[40884]: pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:11.740 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:11.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:11 smithi046 conmon[35376]: audit 2024-01-16T08:39:10.169515+0000 mgr.smithi046.mmaeer (mgr.14182) 507 2024-01-16T08:39:11.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:11 smithi046 conmon[35376]: : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:11 smithi160 conmon[40884]: audit 2024-01-16T08:39:10.169515+0000 mgr.smithi046.mmaeer (mgr.14182) 507 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:11 smithi160 conmon[40884]: 2024-01-16T08:39:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:12 smithi046 conmon[35376]: cluster 2024-01-16T08:39:11.338587+0000 mgr.smithi046.mmaeer (mgr.14182) 508 : 2024-01-16T08:39:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:12 smithi046 conmon[35376]: cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:12.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:12 smithi160 conmon[40884]: cluster 2024-01-16T08:39:11.338587+0000 mgr.smithi046.mmaeer (mgr.14182) 508 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:13.664 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:13.664 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:14.246 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:14 smithi046 conmon[35376]: cluster 2024-01-16T08:39:13.339391+0000 mgr.smithi046.mmaeer (mgr.14182) 509 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:14 smithi046 conmon[35376]: audit 2024-01-16T08:39:13.667106+0000 mgr.smithi046.mmaeer (mgr.14182) 510 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:14 smithi160 conmon[40884]: cluster 2024-01-16T08:39:13.339391+0000 mgr.smithi046.mmaeer (mgr.14182) 509 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:14 smithi160 conmon[40884]: audit 2024-01-16T08:39:13.667106+0000 mgr.smithi046.mmaeer (mgr.14182) 510 2024-01-16T08:39:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:14 smithi160 conmon[40884]: : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:15.247 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:16.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:16 smithi046 conmon[35376]: cluster 2024-01-16T08:39:15.339847+0000 mgr.smithi046.mmaeer (mgr.14182) 511 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:16.682 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:16 smithi046 conmon[35376]: 2024-01-16T08:39:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:16 smithi160 conmon[40884]: cluster 2024-01-16T08:39:15.339847+0000 mgr.smithi046.mmaeer (mgr.14182) 511 : cluster 2024-01-16T08:39:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:16 smithi160 conmon[40884]: [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:17.084 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:17.084 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:17.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:18.682 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:18 smithi046 conmon[35376]: audit 2024-01-16T08:39:17.087874+0000 mgr.smithi046.mmaeer (mgr.14182) 512 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:18 smithi046 conmon[35376]: cluster 2024-01-16T08:39:17.340551+0000 mgr.smithi046.mmaeer (mgr.14182) 513 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:18 smithi160 conmon[40884]: audit 2024-01-16T08:39:17.087874+0000 mgr.smithi046.mmaeer (mgr.14182) 512 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:18 smithi160 conmon[40884]: cluster 2024-01-16T08:39:17.340551+0000 mgr.smithi046.mmaeer (mgr.14182) 513 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:20.688 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:20.689 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:20 smithi046 conmon[35376]: cluster 2024-01-16T08:39:19.341168+0000 mgr.smithi046.mmaeer (mgr.14182) 514 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:20.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:20 smithi160 conmon[40884]: cluster 2024-01-16T08:39:19.341168+0000 mgr.smithi046.mmaeer (mgr.14182) 514 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:21.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:21.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:21 smithi046 conmon[35376]: audit 2024-01-16T08:39:20.691177+0000 mgr.smithi046.mmaeer (mgr.14182) 515 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:21.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:21 smithi160 conmon[40884]: audit 2024-01-16T08:39:20.691177+0000 mgr.smithi046.mmaeer (mgr.14182) 515 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:22.300 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:22.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:22 smithi046 conmon[35376]: cluster 2024-01-16T08:39:21.341729+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:39:22.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:22 smithi046 conmon[35376]: mgr.14182) 516 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:22.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:22 smithi160 conmon[40884]: cluster 2024-01-16T08:39:21.341729+0000 mgr.smithi046.mmaeer (mgr.14182) 516 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:24.242 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:24.243 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:24.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:24 smithi046 conmon[35376]: cluster 2024-01-16T08:39:23.342567+0000 mgr.smithi046.mmaeer (mgr.14182) 517 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:24.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:24.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:24 smithi160 conmon[40884]: cluster 2024-01-16T08:39:23.342567+0000 mgr.smithi046.mmaeer (mgr.14182) 517 : cluster [DBG] 2024-01-16T08:39:24.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:24 smithi160 conmon[40884]: pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:25.812 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:25.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:25 smithi046 conmon[35376]: audit 2024-01-16T08:39:24.245481+0000 mgr.smithi046.mmaeer (mgr.14182) 518 : audit [DBG] 2024-01-16T08:39:25.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:25 smithi046 conmon[35376]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:25 smithi160 conmon[40884]: audit 2024-01-16T08:39:24.245481+0000 mgr.smithi046.mmaeer (mgr.14182) 518 : audit [DBG] 2024-01-16T08:39:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:25 smithi160 conmon[40884]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:26.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:26 smithi046 conmon[35376]: cluster 2024-01-16T08:39:25.343012+0000 mgr.smithi046.mmaeer (mgr.14182) 519 : cluster [DBG] 2024-01-16T08:39:26.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:26 smithi046 conmon[35376]: pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:26.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:26 smithi160 conmon[40884]: cluster 2024-01-16T08:39:25.343012+0000 mgr.smithi046.mmaeer (mgr.14182) 519 : cluster 2024-01-16T08:39:26.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:26 smithi160 conmon[40884]: [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:27.653 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:27.653 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:28.246 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:28 smithi046 conmon[35376]: cluster 2024-01-16T08:39:27.343597+0000 mgr.smithi046.mmaeer (mgr.14182) 520 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:28 smithi046 conmon[35376]: audit 2024-01-16T08:39:27.655740+0000 mgr.smithi046.mmaeer (mgr.14182) 521 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:28.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:28 smithi160 conmon[40884]: cluster 2024-01-16T08:39:27.343597+0000 mgr.smithi046.mmaeer (mgr.14182) 520 : cluster 2024-01-16T08:39:28.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:28 smithi160 conmon[40884]: [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:28.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:28 smithi160 conmon[40884]: audit 2024-01-16T08:39:27.655740+0000 mgr.smithi046.mmaeer (mgr.14182) 521 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:29.247 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:30.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:30 smithi046 conmon[35376]: cluster 2024-01-16T08:39:29.344167+0000 2024-01-16T08:39:30.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:30 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 522 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:30 smithi160 conmon[40884]: cluster 2024-01-16T08:39:29.344167+0000 mgr.smithi046.mmaeer (mgr.14182) 522 : cluster 2024-01-16T08:39:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:30 smithi160 conmon[40884]: [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:31.168 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:31.168 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:31.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:32.779 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:32.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:32 smithi046 conmon[35376]: audit 2024-01-16T08:39:31.171760+0000 mgr.smithi046.mmaeer (mgr.14182) 523 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:32.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:32 smithi046 conmon[35376]: cluster 2024-01-16T08:39:31.344771+0000 mgr.smithi046.mmaeer (mgr.14182) 524 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:32 smithi160 conmon[40884]: audit 2024-01-16T08:39:31.171760+0000 mgr.smithi046.mmaeer (mgr.14182) 523 : audit 2024-01-16T08:39:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:32 smithi160 conmon[40884]: [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:32 smithi160 conmon[40884]: cluster 2024-01-16T08:39:31.344771+0000 mgr.smithi046.mmaeer (mgr.14182) 524 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:34.671 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:34.671 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:34.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:34 smithi046 conmon[35376]: cluster 2024-01-16T08:39:33.345559+0000 mgr.smithi046.mmaeer (mgr.14182) 525 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:34.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:34 smithi160 conmon[40884]: cluster 2024-01-16T08:39:33.345559+0000 mgr.smithi046.mmaeer (mgr.14182) 525 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:35.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:35 smithi046 conmon[35376]: audit 2024-01-16T08:39:34.674133+0000 mgr.smithi046.mmaeer (mgr.14182) 526 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:35 smithi160 conmon[40884]: audit 2024-01-16T08:39:34.674133+0000 mgr.smithi046.mmaeer (mgr.14182) 526 : audit [DBG] 2024-01-16T08:39:35.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:35 smithi160 conmon[40884]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:36.246 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:36.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:36 smithi046 conmon[35376]: cluster 2024-01-16T08:39:35.345957+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:39:36.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:36 smithi046 conmon[35376]: .14182) 527 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:36.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:36 smithi160 conmon[40884]: cluster 2024-01-16T08:39:35.345957+0000 mgr.smithi046.mmaeer (mgr.14182) 527 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:36.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:36 smithi160 conmon[40884]: 2024-01-16T08:39:38.143 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:38.143 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:38.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:38.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:38 smithi046 conmon[35376]: cluster 2024-01-16T08:39:37.346709+0000 mgr.smithi046.mmaeer (mgr.14182) 528 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:38.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:38 smithi160 conmon[40884]: cluster 2024-01-16T08:39:37.346709+0000 mgr.smithi046.mmaeer (mgr.14182) 528 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:39.828 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:39.864 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:39 smithi046 conmon[35376]: audit 2024-01-16T08:39:38.145351+0000 mgr.smithi046.mmaeer (mgr.14182) 529 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:39.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:39 smithi160 conmon[40884]: audit 2024-01-16T08:39:38.145351+0000 mgr.smithi046.mmaeer (mgr.14182) 529 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:40.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:40 smithi046 conmon[35376]: cluster 2024-01-16T08:39:39.347496+0000 mgr.smithi046.mmaeer (mgr.14182) 530 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:40.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:40 smithi160 conmon[40884]: cluster 2024-01-16T08:39:39.347496+0000 mgr.smithi046.mmaeer (mgr.14182) 530 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:41.831 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:41.832 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:42.434 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:42.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:42 smithi046 conmon[35376]: cluster 2024-01-16T08:39:41.347886+0000 mgr.smithi046.mmaeer (mgr.14182) 531 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:42.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:42 smithi160 conmon[40884]: cluster 2024-01-16T08:39:41.347886+0000 mgr.smithi046.mmaeer (mgr.14182) 531 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:43.436 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:43.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:43 smithi046 conmon[35376]: audit 2024-01-16T08:39:41.834674+0000 mgr.smithi046.mmaeer (mgr.14182) 532 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:43 smithi160 conmon[40884]: audit 2024-01-16T08:39:41.834674+0000 mgr.smithi046.mmaeer (mgr.14182) 532 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:44.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:44 smithi046 conmon[35376]: cluster 2024-01-16T08:39:43.348750+0000 mgr.smithi046.mmaeer (mgr.14182) 533 : cluster [DBG] 2024-01-16T08:39:44.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:44 smithi046 conmon[35376]: pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:44.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:44 smithi160 conmon[40884]: cluster 2024-01-16T08:39:43.348750+0000 mgr.smithi046.mmaeer (mgr.14182) 533 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:45.339 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:45.339 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:45.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:46 smithi046 conmon[35376]: audit 2024-01-16T08:39:45.341513+0000 mgr.smithi046.mmaeer (mgr.14182) 534 : audit 2024-01-16T08:39:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:46 smithi046 conmon[35376]: [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:46 smithi046 conmon[35376]: cluster 2024-01-16T08:39:45.349068+0000 mgr.smithi046.mmaeer (mgr.14182) 535 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:46.946 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:46.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:46 smithi160 conmon[40884]: audit 2024-01-16T08:39:45.341513+0000 mgr.smithi046.mmaeer (mgr.14182) 534 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:46.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:46 smithi160 conmon[40884]: cluster 2024-01-16T08:39:46.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:46 smithi160 conmon[40884]: 2024-01-16T08:39:45.349068+0000 mgr.smithi046.mmaeer (mgr.14182) 535 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:48 smithi046 conmon[35376]: cluster 2024-01-16T08:39:47.349581+0000 mgr.smithi046.mmaeer (mgr.14182) 536 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:48.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:48 smithi160 conmon[40884]: cluster 2024-01-16T08:39:47.349581+0000 mgr.smithi046.mmaeer (mgr.14182) 536 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:48.985 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:48.986 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:49.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:50.595 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:50.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:50 smithi046 conmon[35376]: audit 2024-01-16T08:39:48.988486+0000 mgr.smithi046.mmaeer (mgr.14182) 537 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:50.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:50 smithi046 conmon[35376]: cluster 2024-01-16T08:39:49.350219+0000 mgr.smithi046.mmaeer (mgr.14182) 538 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:50 smithi160 conmon[40884]: audit 2024-01-16T08:39:48.988486+0000 mgr.smithi046.mmaeer (mgr.14182) 537 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:50 smithi160 conmon[40884]: cluster 2024-01-16T08:39:49.350219+0000 mgr.smithi046.mmaeer (mgr.14182) 538 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:52.621 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:52.622 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:52 smithi046 conmon[35376]: cluster 2024-01-16T08:39:51.350649+0000 mgr.smithi046.mmaeer (mgr.14182) 539 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:52.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:52 smithi160 conmon[40884]: cluster 2024-01-16T08:39:51.350649+0000 mgr.smithi046.mmaeer (mgr.14182) 539 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:53.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:53 smithi046 conmon[35376]: audit 2024-01-16T08:39:52.624636+0000 2024-01-16T08:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:53 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 540 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:53.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:53 smithi160 conmon[40884]: audit 2024-01-16T08:39:52.624636+0000 mgr.smithi046.mmaeer (mgr.14182) 540 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:54.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:54 smithi046 conmon[35376]: cluster 2024-01-16T08:39:53.351546+0000 mgr.smithi046.mmaeer (mgr.14182) 541 2024-01-16T08:39:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:54 smithi046 conmon[35376]: : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:54.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:54 smithi160 conmon[40884]: cluster 2024-01-16T08:39:53.351546+0000 mgr.smithi046.mmaeer (mgr.14182) 541 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:56.108 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:56.109 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:39:56.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:39:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:56 smithi046 conmon[35376]: cluster 2024-01-16T08:39:55.351946+0000 mgr.smithi046.mmaeer (mgr.14182) 542 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:56.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:56 smithi160 conmon[40884]: cluster 2024-01-16T08:39:55.351946+0000 mgr.smithi046.mmaeer (mgr.14182) 542 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:57.726 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:39:57.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:57 smithi046 conmon[35376]: audit 2024-01-16T08:39:56.110598+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:39:57.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:57 smithi046 conmon[35376]: mgr.14182) 543 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:57.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:57 smithi160 conmon[40884]: audit 2024-01-16T08:39:56.110598+0000 mgr.smithi046.mmaeer (mgr.14182) 543 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:39:58.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:58 smithi046 conmon[35376]: cluster 2024-01-16T08:39:57.352613+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:39:58.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:39:58 smithi046 conmon[35376]: 544 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:58.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:39:58 smithi160 conmon[40884]: cluster 2024-01-16T08:39:57.352613+0000 mgr.smithi046.mmaeer (mgr.14182) 544 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:39:59.554 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:39:59.554 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:00.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:00 smithi160 conmon[40884]: cluster 2024-01-16T08:39:59.353129+0000 mgr.smithi046.mmaeer (mgr.14182) 545 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:00 smithi160 conmon[40884]: audit 2024-01-16T08:39:59.557342+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:40:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:00 smithi160 conmon[40884]: 14182) 546 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:00 smithi160 conmon[40884]: cluster 2024-01-16T08:40:00.000147+0000 mon.smithi046 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-01-16T08:40:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:00 smithi046 conmon[35376]: cluster 2024-01-16T08:39:59.353129+0000 mgr.smithi046.mmaeer (mgr.14182) 545 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:00 smithi046 conmon[35376]: audit 2024-01-16T08:39:59.557342+0000 mgr.smithi046.mmaeer (mgr.14182) 546 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:00 smithi046 conmon[35376]: cluster 2024-01-16T08:40:00.000147+0000 mon.smithi046 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-01-16T08:40:01.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:02 smithi046 conmon[35376]: cluster 2024-01-16T08:40:01.353482+0000 mgr.smithi046.mmaeer (mgr.14182) 547 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:02.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:02 smithi160 conmon[40884]: cluster 2024-01-16T08:40:01.353482+0000 mgr.smithi046.mmaeer (mgr.14182) 547 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:03.081 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:03.081 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:03.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:04.733 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:04 smithi160 conmon[40884]: audit 2024-01-16T08:40:03.084433+0000 mgr.smithi046.mmaeer (mgr.14182) 548 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:04 smithi160 conmon[40884]: 2024-01-16T08:40:04.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:04 smithi160 conmon[40884]: cluster 2024-01-16T08:40:03.354302+0000 mgr.smithi046.mmaeer (mgr.14182) 549 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:04 smithi046 conmon[35376]: audit 2024-01-16T08:40:03.084433+0000 mgr.smithi046.mmaeer (mgr.14182) 548 : 2024-01-16T08:40:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:04 smithi046 conmon[35376]: audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:04 smithi046 conmon[35376]: cluster 2024-01-16T08:40:03.354302+0000 mgr.smithi046.mmaeer (mgr.14182) 549 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:06.669 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:06.669 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:06.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:06 smithi160 conmon[40884]: cluster 2024-01-16T08:40:05.354765+0000 mgr.smithi046.mmaeer (mgr.14182) 550 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:06 smithi046 conmon[35376]: cluster 2024-01-16T08:40:05.354765+0000 mgr.smithi046.mmaeer (mgr.14182) 550 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:07.266 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:07 smithi160 conmon[40884]: audit 2024-01-16T08:40:06.671790+0000 mgr.smithi046.mmaeer (mgr.14182) 551 : audit [DBG] 2024-01-16T08:40:07.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:07 smithi160 conmon[40884]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:08.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:07 smithi046 conmon[35376]: audit 2024-01-16T08:40:06.671790+0000 mgr.smithi046.mmaeer (mgr.14182) 551 : audit 2024-01-16T08:40:08.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:07 smithi046 conmon[35376]: [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:08.266 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:08.964 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:08 smithi046 conmon[35376]: cluster 2024-01-16T08:40:07.355354+0000 mgr.smithi046.mmaeer (mgr.14182) 552 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:08.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:08 smithi160 conmon[40884]: cluster 2024-01-16T08:40:07.355354+0000 mgr.smithi046.mmaeer (mgr.14182) 552 : 2024-01-16T08:40:08.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:08 smithi160 conmon[40884]: cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:10.270 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:10.271 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:10.914 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:10 smithi046 conmon[35376]: cluster 2024-01-16T08:40:09.355977+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:40:10.914 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:10 smithi046 conmon[35376]: ) 553 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:10.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:10 smithi160 conmon[40884]: cluster 2024-01-16T08:40:09.355977+0000 mgr.smithi046.mmaeer (mgr.14182) 553 : cluster 2024-01-16T08:40:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:10 smithi160 conmon[40884]: [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:11.916 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:11.950 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:11 smithi046 conmon[35376]: audit 2024-01-16T08:40:10.273443+0000 mgr.smithi046.mmaeer (mgr.14182) 554 : audit 2024-01-16T08:40:11.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:11 smithi046 conmon[35376]: [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:11.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:11 smithi160 conmon[40884]: audit 2024-01-16T08:40:10.273443+0000 mgr.smithi046.mmaeer (mgr.14182) 554 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:12.751 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:12 smithi046 conmon[35376]: cluster 2024-01-16T08:40:11.356446+0000 mgr.smithi046.mmaeer (mgr.14182) 555 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:12.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:12 smithi160 conmon[40884]: cluster 2024-01-16T08:40:11.356446+0000 mgr.smithi046.mmaeer (mgr.14182) 555 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:13.850 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:13.850 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:14.431 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:14.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:14 smithi160 conmon[40884]: cluster 2024-01-16T08:40:13.357159+0000 mgr.smithi046.mmaeer (mgr.14182) 556 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:15.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:14 smithi046 conmon[35376]: cluster 2024-01-16T08:40:13.357159+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:40:15.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:14 smithi046 conmon[35376]: ) 556 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:15.431 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:15.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:15 smithi046 conmon[35376]: audit 2024-01-16T08:40:13.853184+0000 mgr.smithi046.mmaeer (mgr.14182) 557 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:15.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:15 smithi160 conmon[40884]: audit 2024-01-16T08:40:13.853184+0000 mgr.smithi046.mmaeer (mgr.14182) 557 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:16.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:16 smithi046 conmon[35376]: cluster 2024-01-16T08:40:15.357483+0000 mgr.smithi046.mmaeer (mgr.14182) 558 : cluster 2024-01-16T08:40:16.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:16 smithi046 conmon[35376]: [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:16 smithi160 conmon[40884]: cluster 2024-01-16T08:40:15.357483+0000 mgr.smithi046.mmaeer (mgr.14182) 558 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:17.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:17.393 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:17.983 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:18 smithi160 conmon[40884]: cluster 2024-01-16T08:40:17.357983+0000 mgr.smithi046.mmaeer (mgr.14182) 559 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:18 smithi160 conmon[40884]: audit 2024-01-16T08:40:17.396123+0000 mgr.smithi046.mmaeer (mgr.14182) 560 2024-01-16T08:40:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:18 smithi160 conmon[40884]: : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:18.983 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:19.019 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:18 smithi046 conmon[35376]: cluster 2024-01-16T08:40:17.357983+0000 mgr.smithi046.mmaeer (mgr.14182) 559 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:19.019 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:18 smithi046 conmon[35376]: audit 2024-01-16T08:40:17.396123+0000 mgr.smithi046.mmaeer (mgr.14182) 560 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:20 smithi046 conmon[35376]: cluster 2024-01-16T08:40:19.358537+0000 mgr.smithi046.mmaeer (mgr.14182) 561 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:20.928 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:20.929 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.364815Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:20.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:20 smithi160 conmon[40884]: cluster 2024-01-16T08:40:19.358537+0000 mgr.smithi046.mmaeer (mgr.14182) 561 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:21.473 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:22.474 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:22 smithi046 conmon[35376]: audit 2024-01-16T08:40:20.932015+0000 2024-01-16T08:40:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:22 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 562 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:22 smithi046 conmon[35376]: cluster 2024-01-16T08:40:21.359048+0000 mgr.smithi046.mmaeer (mgr.14182) 563 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:22.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:22 smithi160 conmon[40884]: audit 2024-01-16T08:40:20.932015+0000 mgr.smithi046.mmaeer (mgr.14182) 562 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:22.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:22 smithi160 conmon[40884]: cluster 2024-01-16T08:40:21.359048+0000 mgr.smithi046.mmaeer (mgr.14182) 563 : cluster [DBG] 2024-01-16T08:40:22.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:22 smithi160 conmon[40884]: pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:23.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:23 smithi160 conmon[40884]: audit 2024-01-16T08:40:22.991392+0000 mon.smithi046 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.nlcjai"}]: dispatch 2024-01-16T08:40:23.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:23 smithi046 conmon[35376]: audit 2024-01-16T08:40:22.991392+0000 mon.smithi046 (mon.0) 2024-01-16T08:40:23.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:23 smithi046 conmon[35376]: 695 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.nlcjai"}]: dispatch 2024-01-16T08:40:24.376 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:24.377 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:24.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:40:22.990801+0000 mgr.smithi046.mmaeer (mgr.14182) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:40:22.991007+0000 mgr.smithi046.mmaeer (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:40:22.992306+0000 mgr.smithi046.mmaeer (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: cephadm 2024-01-16T08:40:22.995211+0000 mgr.smithi046.mmaeer (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.dclttm on smithi046 2024-01-16T08:40:24.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:24 smithi160 conmon[40884]: cluster 2024-01-16T08:40:23.359904+0000 mgr.smithi046.mmaeer (mgr.14182) 568 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:40:22.990801 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:40:24.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upg 2024-01-16T08:40:24.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: rading: https://www.docker.com/increase-rate-limit 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:40:22.991007+0000 mgr.smithi046.mmaeer (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:40:22.992306+0000 mgr.smithi046.mmaeer (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.nlcjai ... 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:38:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:39:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:40:24.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-16T08:40:24.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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-16T08:40:24.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:40:24.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: cephadm 2024-01-16T08:40:22.995211+0000 mgr.smithi046.mmaeer (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.dclttm on smithi046 2024-01-16T08:40:24.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:24 smithi046 conmon[35376]: cluster 2024-01-16T08:40:23.359904+0000 mgr.smithi046.mmaeer (mgr.14182) 568 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:25.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:25 smithi160 conmon[40884]: audit 2024-01-16T08:40:24.380018+0000 mgr.smithi046.mmaeer (mgr.14182) 569 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:25.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:25 smithi160 conmon[40884]: 2024-01-16T08:40:26.013 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:26.050 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:25 smithi046 conmon[35376]: audit 2024-01-16T08:40:24.380018+0000 mgr.smithi046.mmaeer (mgr.14182) 569 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:26.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:26 smithi046 conmon[35376]: cluster 2024-01-16T08:40:25.360247+0000 mgr.smithi046.mmaeer (mgr.14182) 570 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:26 smithi160 conmon[40884]: cluster 2024-01-16T08:40:25.360247+0000 mgr.smithi046.mmaeer (mgr.14182) 570 : cluster [DBG] 2024-01-16T08:40:26.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:26 smithi160 conmon[40884]: pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:27.976 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:27.976 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:28.646 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:28 smithi046 conmon[35376]: cluster 2024-01-16T08:40:27.360857+0000 mgr.smithi046.mmaeer (mgr.14182) 571 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:28 smithi046 conmon[35376]: 2024-01-16T08:40:28.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:28 smithi160 conmon[40884]: cluster 2024-01-16T08:40:27.360857+0000 mgr.smithi046.mmaeer (mgr.14182) 571 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:28.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:28 smithi160 conmon[40884]: 2024-01-16T08:40:29.647 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:29 smithi160 conmon[40884]: audit 2024-01-16T08:40:27.979347+0000 mgr.smithi046.mmaeer (mgr.14182) 572 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:29 smithi160 conmon[40884]: 2024-01-16T08:40:30.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:29 smithi046 conmon[35376]: audit 2024-01-16T08:40:27.979347+0000 mgr.smithi046.mmaeer (mgr.14182) 572 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:30.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:30 smithi046 conmon[35376]: cluster 2024-01-16T08:40:29.361485+0000 2024-01-16T08:40:30.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:30 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 573 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:30 smithi160 conmon[40884]: cluster 2024-01-16T08:40:29.361485+0000 mgr.smithi046.mmaeer (mgr.14182) 573 : cluster [DBG] 2024-01-16T08:40:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:30 smithi160 conmon[40884]: pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:31.571 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:31.571 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:32.212 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:32.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:32 smithi160 conmon[40884]: cluster 2024-01-16T08:40:31.361847+0000 mgr.smithi046.mmaeer (mgr.14182) 574 : cluster [DBG] 2024-01-16T08:40:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:32 smithi160 conmon[40884]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:32 smithi160 conmon[40884]: audit 2024-01-16T08:40:31.574849+0000 mgr.smithi046.mmaeer (mgr.14182) 575 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:32 smithi046 conmon[35376]: cluster 2024-01-16T08:40:31.361847+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:40:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:32 smithi046 conmon[35376]: ) 574 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:32 smithi046 conmon[35376]: audit 2024-01-16T08:40:31.574849+0000 mgr.smithi046.mmaeer (mgr.14182) 575 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:33.213 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:35.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:34 smithi046 conmon[35376]: cluster 2024-01-16T08:40:33.362500+0000 mgr.smithi046.mmaeer (mgr.14182) 576 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:35.155 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:35.155 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:35.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:34 smithi160 conmon[40884]: cluster 2024-01-16T08:40:33.362500+0000 mgr.smithi046.mmaeer (mgr.14182) 576 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:35.772 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:36.773 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:37.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:36 smithi046 conmon[35376]: audit 2024-01-16T08:40:35.158939+0000 mgr.smithi046.mmaeer (mgr.14182) 577 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:37.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:36 smithi046 conmon[35376]: cluster 2024-01-16T08:40:35.362984+0000 mgr.smithi046.mmaeer (mgr.14182) 578 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:37.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:36 smithi160 conmon[40884]: audit 2024-01-16T08:40:35.158939+0000 mgr.smithi046.mmaeer (mgr.14182) 577 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:37.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:36 smithi160 conmon[40884]: cluster 2024-01-16T08:40:35.362984+0000 mgr.smithi046.mmaeer (mgr.14182) 578 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:38.664 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:38.664 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:39.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:38 smithi046 conmon[35376]: cluster 2024-01-16T08:40:37.363625+0000 mgr.smithi046.mmaeer (mgr.14182) 579 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:39.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:39.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:38 smithi160 conmon[40884]: cluster 2024-01-16T08:40:37.363625+0000 mgr.smithi046.mmaeer (mgr.14182) 579 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:39 smithi046 conmon[35376]: audit 2024-01-16T08:40:38.667521+0000 2024-01-16T08:40:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:39 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 580 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:40.211 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:39 smithi160 conmon[40884]: audit 2024-01-16T08:40:38.667521+0000 mgr.smithi046.mmaeer (mgr.14182) 580 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:40.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:39 smithi160 conmon[40884]: 2024-01-16T08:40:41.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:40 smithi046 conmon[35376]: cluster 2024-01-16T08:40:39.364345+0000 mgr.smithi046.mmaeer (mgr.14182) 581 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:40 smithi160 conmon[40884]: cluster 2024-01-16T08:40:39.364345+0000 mgr.smithi046.mmaeer (mgr.14182) 581 : cluster [DBG] 2024-01-16T08:40:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:40 smithi160 conmon[40884]: pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:42.094 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:42.094 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:42.696 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:43.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:42 smithi046 conmon[35376]: cluster 2024-01-16T08:40:41.364889+0000 mgr.smithi046.mmaeer (mgr.14182) 582 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:43.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:42 smithi160 conmon[40884]: cluster 2024-01-16T08:40:41.364889+0000 mgr.smithi046.mmaeer (mgr.14182) 582 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:43.697 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:44.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:43 smithi046 conmon[35376]: audit 2024-01-16T08 2024-01-16T08:40:44.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:43 smithi046 conmon[35376]: :40:42.097953+0000 mgr.smithi046.mmaeer (mgr.14182) 583 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:43 smithi160 conmon[40884]: audit 2024-01-16T08:40:42.097953+0000 mgr.smithi046.mmaeer (mgr.14182) 583 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:44.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:43 smithi160 conmon[40884]: 2024-01-16T08:40:44.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:44 smithi046 conmon[35376]: cluster 2024-01-16T08:40:43.365677+0000 mgr.smithi046.mmaeer (mgr.14182) 584 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:44 smithi160 conmon[40884]: cluster 2024-01-16T08:40:43.365677+0000 mgr.smithi046.mmaeer (mgr.14182) 584 : cluster 2024-01-16T08:40:45.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:44 smithi160 conmon[40884]: [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:45.605 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:45.606 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:46.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:46 smithi046 conmon[35376]: cluster 2024-01-16T08:40:45.366043+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:40:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:46 smithi046 conmon[35376]: 585 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:46 smithi046 conmon[35376]: audit 2024-01-16T08:40:45.608984+0000 mgr.smithi046.mmaeer (mgr.14182) 586 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:46 smithi160 conmon[40884]: cluster 2024-01-16T08:40:45.366043+0000 mgr.smithi046.mmaeer (mgr.14182) 585 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:47.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:46 smithi160 conmon[40884]: audit 2024-01-16T08:40:45.608984+0000 mgr.smithi046.mmaeer (mgr.14182) 586 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:47.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:49.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:48 smithi046 conmon[35376]: cluster 2024-01-16T08:40:47.366605+0000 mgr.smithi046.mmaeer (mgr.14182) 587 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:49.159 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:49.160 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:49.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:48 smithi160 conmon[40884]: cluster 2024-01-16T08:40:47.366605+0000 mgr.smithi046.mmaeer (mgr.14182) 587 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:49.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:50.761 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:51.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:50 smithi046 conmon[35376]: audit 2024-01-16T08:40:49.163134+0000 mgr.smithi046.mmaeer (mgr.14182) 588 : audit 2024-01-16T08:40:51.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:50 smithi046 conmon[35376]: [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:51.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:50 smithi046 conmon[35376]: cluster 2024-01-16T08:40:49.367373+0000 mgr.smithi046.mmaeer (mgr.14182) 589 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:51.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:50 smithi160 conmon[40884]: audit 2024-01-16T08:40:49.163134+0000 mgr.smithi046.mmaeer (mgr.14182) 588 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:51.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:50 smithi160 conmon[40884]: cluster 2024-01-16T08:40:49.367373+0000 mgr.smithi046.mmaeer (mgr.14182) 589 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:52.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:52.680 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:53.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:52 smithi046 conmon[35376]: cluster 2024-01-16T08:40:51.367847+0000 mgr.smithi046.mmaeer (mgr.14182) 590 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:53.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:52 smithi160 conmon[40884]: cluster 2024-01-16T08:40:51.367847+0000 mgr.smithi046.mmaeer (mgr.14182) 590 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:53.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:52 smithi160 conmon[40884]: 2024-01-16T08:40:53.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:53 smithi046 conmon[35376]: audit 2024-01-16T08:40:52.682637+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:40:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:53 smithi046 conmon[35376]: 591 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:54.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:53 smithi160 conmon[40884]: audit 2024-01-16T08:40:52.682637+0000 mgr.smithi046.mmaeer (mgr.14182) 591 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:54.229 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:55.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:54 smithi046 conmon[35376]: cluster 2024-01-16T08:40:53.368561+0000 mgr.smithi046.mmaeer (mgr.14182) 592 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:55.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:54 smithi160 conmon[40884]: cluster 2024-01-16T08:40:53.368561+0000 mgr.smithi046.mmaeer (mgr.14182) 592 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:55.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:54 smithi160 conmon[40884]: 2024-01-16T08:40:56.211 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:56.211 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:40:56.812 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:40:57.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:56 smithi046 conmon[35376]: cluster 2024-01-16T08:40:55.368937+0000 mgr.smithi046.mmaeer (mgr.14182) 593 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:56 smithi160 conmon[40884]: cluster 2024-01-16T08:40:55.368937+0000 mgr.smithi046.mmaeer (mgr.14182) 593 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:57.813 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:40:58.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:57 smithi046 conmon[35376]: audit 2024-01-16T08:40:56.214542+0000 mgr.smithi046.mmaeer (mgr.14182) 594 : audit 2024-01-16T08:40:58.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:57 smithi046 conmon[35376]: [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:57 smithi160 conmon[40884]: audit 2024-01-16T08:40:56.214542+0000 mgr.smithi046.mmaeer (mgr.14182) 594 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:40:59.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:40:58 smithi046 conmon[35376]: cluster 2024-01-16T08:40:57.369536+0000 mgr.smithi046.mmaeer (mgr.14182) 595 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:59.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:40:58 smithi160 conmon[40884]: cluster 2024-01-16T08:40:57.369536+0000 mgr.smithi046.mmaeer (mgr.14182) 595 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:40:59.780 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:40:59.781 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:00.366 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:00 smithi046 conmon[35376]: cluster 2024-01-16T08:40:59.370108+0000 2024-01-16T08:41:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:00 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 596 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:00 smithi046 conmon[35376]: audit 2024-01-16T08:40:59.784224+0000 mgr.smithi046.mmaeer (mgr.14182) 597 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:00 smithi160 conmon[40884]: cluster 2024-01-16T08:40:59.370108+0000 mgr.smithi046.mmaeer (mgr.14182) 596 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:01.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:00 smithi160 conmon[40884]: audit 2024-01-16T08:40:59.784224+0000 mgr.smithi046.mmaeer (mgr.14182) 597 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:01.368 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:02.896 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:02 smithi046 conmon[35376]: cluster 2024-01-16T08:41:01.370652+0000 mgr.smithi046.mmaeer (mgr.14182) 598 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:03.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:02 smithi160 conmon[40884]: cluster 2024-01-16T08:41:01.370652+0000 mgr.smithi046.mmaeer (mgr.14182) 598 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:03.317 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:03.318 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:03.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:04.926 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:04 smithi046 conmon[35376]: audit 2024-01-16T08:41:03.319980+0000 mgr.smithi046.mmaeer (mgr.14182) 599 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:04 smithi046 conmon[35376]: cluster 2024-01-16T08:41:03.371357+0000 mgr.smithi046.mmaeer (mgr.14182) 600 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:05.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:04 smithi160 conmon[40884]: audit 2024-01-16T08:41:03.319980+0000 mgr.smithi046.mmaeer (mgr.14182) 599 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:05.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:04 smithi160 conmon[40884]: cluster 2024-01-16T08:41:03.371357+0000 mgr.smithi046.mmaeer (mgr.14182) 600 2024-01-16T08:41:05.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:04 smithi160 conmon[40884]: : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:06.876 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:06.876 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:06 smithi046 conmon[35376]: cluster 2024-01-16T08:41:05.371882+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:41:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:06 smithi046 conmon[35376]: .14182) 601 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:07.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:06 smithi160 conmon[40884]: cluster 2024-01-16T08:41:05.371882+0000 mgr.smithi046.mmaeer (mgr.14182) 601 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:07.484 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:08.485 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:09.116 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:08 smithi046 conmon[35376]: audit 2024-01-16T08:41:06.879590+0000 mgr.smithi046.mmaeer (mgr.14182) 602 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:09.116 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:08 smithi046 conmon[35376]: cluster 2024-01-16T08:41:07.372490+0000 mgr.smithi046.mmaeer (mgr.14182) 603 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:08 smithi160 conmon[40884]: audit 2024-01-16T08:41:06.879590+0000 mgr.smithi046.mmaeer (mgr.14182) 602 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:08 smithi160 conmon[40884]: cluster 2024-01-16T08:41:07. 2024-01-16T08:41:09.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:08 smithi160 conmon[40884]: 372490+0000 mgr.smithi046.mmaeer (mgr.14182) 603 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:10.436 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:10.437 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:10.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:11.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:10 smithi046 conmon[35376]: cluster 2024-01-16T08:41:09.373110+0000 mgr.smithi046.mmaeer (mgr.14182) 604 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:11.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:10 smithi160 conmon[40884]: cluster 2024-01-16T08:41:09.373110+0000 mgr.smithi046.mmaeer (mgr.14182) 604 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:11.982 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:11 smithi046 conmon[35376]: audit 2024-01-16T08:41:10.439958+0000 mgr.smithi046.mmaeer (mgr.14182) 605 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:11 smithi046 conmon[35376]: 2024-01-16T08:41:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:11 smithi046 conmon[35376]: cluster 2024-01-16T08:41:11.373680+0000 mgr.smithi046.mmaeer (mgr.14182) 606 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:11 smithi160 conmon[40884]: audit 2024-01-16T08:41:10.439958+0000 mgr.smithi046.mmaeer (mgr.14182) 605 : audit [DBG] 2024-01-16T08:41:12.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:11 smithi160 conmon[40884]: from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:12.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:11 smithi160 conmon[40884]: cluster 2024-01-16T08:41:11.373680+0000 mgr.smithi046.mmaeer (mgr.14182) 606 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:13.912 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:13.913 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:14.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:14.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:14 smithi160 conmon[40884]: cluster 2024-01-16T08:41:13.374340+0000 mgr.smithi046.mmaeer (mgr.14182) 607 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:14 smithi046 conmon[35376]: cluster 2024-01-16T08:41:13.374340+0000 mgr.smithi046.mmaeer (mgr.14182) 607 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:15.544 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:15.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:15 smithi046 conmon[35376]: audit 2024-01-16T08:41:13.916176+0000 mgr.smithi046.mmaeer (mgr.14182) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:15.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:15 smithi160 conmon[40884]: audit 2024-01-16T08:41:13.916176+0000 mgr.smithi046.mmaeer (mgr.14182) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:16.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:16 smithi046 conmon[35376]: cluster 2024-01-16T08:41:15.374819+0000 mgr.smithi046.mmaeer (mgr.14182) 609 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:16.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:16 smithi160 conmon[40884]: cluster 2024-01-16T08:41:15.374819+0000 mgr.smithi046.mmaeer (mgr.14182) 609 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:17.463 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:17.464 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:18.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:18 smithi046 conmon[35376]: cluster 2024-01-16T08:41:17.375324+0000 mgr.smithi046.mmaeer (mgr.14182) 610 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:18 smithi046 conmon[35376]: audit 2024-01-16T08:41:17.467210+0000 mgr.smithi046.mmaeer (mgr.14182) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:18.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:18 smithi160 conmon[40884]: cluster 2024-01-16T08:41:17.375324+0000 mgr.smithi046.mmaeer (mgr.14182) 610 : 2024-01-16T08:41:18.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:18 smithi160 conmon[40884]: cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:18.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:18 smithi160 conmon[40884]: audit 2024-01-16T08:41:17.467210+0000 mgr.smithi046.mmaeer (mgr.14182) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:19.057 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:20 smithi046 conmon[35376]: cluster 2024-01-16T08:41:19.375890+0000 mgr.smithi046.mmaeer (mgr.14182) 612 : 2024-01-16T08:41:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:20 smithi046 conmon[35376]: cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:20.969 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:20.969 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:20.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:20 smithi160 conmon[40884]: cluster 2024-01-16T08:41:19.375890+0000 mgr.smithi046.mmaeer (mgr.14182) 612 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:21.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:22.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:22 smithi046 conmon[35376]: audit 2024-01-16 2024-01-16T08:41:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:22 smithi046 conmon[35376]: T08:41:20.972967+0000 mgr.smithi046.mmaeer (mgr.14182) 613 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:22 smithi046 conmon[35376]: cluster 2024-01-16T08:41:21.376428+0000 mgr.smithi046.mmaeer (mgr.14182) 614 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:22.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:22 smithi160 conmon[40884]: audit 2024-01-16T08:41:20.972967+0000 mgr.smithi046.mmaeer (mgr.14182) 613 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:22.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:22 smithi160 conmon[40884]: cluster 2024-01-16T08:41:21.376428+0000 2024-01-16T08:41:22.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:22 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 614 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:24.594 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:24.594 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:24.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:24 smithi046 conmon[35376]: cluster 2024-01-16T08:41:23.377205+0000 mgr.smithi046.mmaeer (mgr.14182) 615 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:24.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:24 smithi160 conmon[40884]: cluster 2024-01-16T08:41:23.377205+0000 mgr.smithi046.mmaeer (mgr.14182) 615 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:25.189 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:25 smithi046 conmon[35376]: audit 2024-01-16T08:41:24.597610+0000 mgr.smithi046.mmaeer (mgr.14182) 616 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:25 smithi160 conmon[40884]: audit 2024-01-16T08:41:24.597610+0000 mgr.smithi046.mmaeer (mgr.14182) 616 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:26.190 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:26.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:26 smithi046 conmon[35376]: cluster 2024-01-16T08:41:25.377808+0000 mgr.smithi046.mmaeer (mgr.14182) 617 2024-01-16T08:41:26.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:26 smithi046 conmon[35376]: : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:26 smithi160 conmon[40884]: cluster 2024-01-16T08:41:25.377808+0000 mgr.smithi046.mmaeer (mgr.14182) 617 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:28.156 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:28.157 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:28.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:28 smithi046 conmon[35376]: cluster 2024-01-16T08:41:27.378547+0000 mgr.smithi046.mmaeer (mgr.14182) 618 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:28.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:28 smithi160 conmon[40884]: cluster 2024-01-16T08:41:27.378547+0000 mgr.smithi046.mmaeer (mgr.14182) 618 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:29.790 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:29.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:29 smithi046 conmon[35376]: audit 2024-01-16T08:41:28.160349+0000 mgr.smithi046.mmaeer (mgr.14182) 619 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:29 smithi160 conmon[40884]: audit 2024-01-16T08:41:28.160349+0000 mgr.smithi046.mmaeer (mgr.14182) 619 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:29 smithi160 conmon[40884]: 2024-01-16T08:41:30.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:30 smithi046 conmon[35376]: cluster 2024-01-16T08:41:29.379249+0000 mgr.smithi046.mmaeer (mgr.14182) 620 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:30 smithi160 conmon[40884]: cluster 2024-01-16T08:41:29.379249+0000 mgr.smithi046.mmaeer (mgr.14182) 620 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:31.714 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:31.714 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:32.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:32.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:32 smithi046 conmon[35376]: cluster 2024-01-16T08:41:31.379674+0000 mgr.smithi046.mmaeer (mgr.14182) 621 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:32.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:32 smithi046 conmon[35376]: audit 2024-01-16T08:41:31.717501+0000 mgr.smithi046.mmaeer (mgr.14182) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:32.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:32 smithi160 conmon[40884]: cluster 2024-01-16T08:41:31.379674+0000 mgr.smithi046.mmaeer (mgr.14182) 621 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:32 smithi160 conmon[40884]: audit 2024-01-16T08:41:31. 2024-01-16T08:41:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:32 smithi160 conmon[40884]: 717501+0000 mgr.smithi046.mmaeer (mgr.14182) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:33.266 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:34.752 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:34 smithi046 conmon[35376]: cluster 2024-01-16T08:41:33.380323+0000 mgr.smithi046.mmaeer (mgr.14182) 623 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:34.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:34 smithi160 conmon[40884]: cluster 2024-01-16T08:41:33.380323+0000 mgr.smithi046.mmaeer (mgr.14182) 623 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:35.174 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:35.174 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:35.796 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:36.797 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:36.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:36 smithi046 conmon[35376]: audit 2024-01-16T08:41:35.177532+0000 mgr.smithi046.mmaeer (mgr.14182) 624 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:36.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:36 smithi046 conmon[35376]: cluster 2024-01-16T08:41:35.380851+0000 mgr.smithi046.mmaeer (mgr.14182) 625 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:36.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:36 smithi160 conmon[40884]: audit 2024-01-16T08:41:35.177532+0000 mgr.smithi046.mmaeer (mgr.14182) 624 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:36.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:36 smithi160 conmon[40884]: cluster 2024-01-16T08:41:35.380851+0000 mgr.smithi046.mmaeer (mgr.14182) 625 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:38.785 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:38.785 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:38.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:38 smithi046 conmon[35376]: cluster 2024-01-16T08:41:37.381543+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:41:38.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:38 smithi046 conmon[35376]: 626 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:38.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:38 smithi160 conmon[40884]: cluster 2024-01-16T08:41:37.381543+0000 mgr.smithi046.mmaeer (mgr.14182) 626 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:39.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:39 smithi046 conmon[35376]: audit 2024-01-16T08:41:38.788829+0000 mgr.smithi046.mmaeer (mgr.14182) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:39.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:39 smithi160 conmon[40884]: audit 2024-01-16T08:41:38.788829+0000 mgr.smithi046.mmaeer (mgr.14182) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:40.306 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:40.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:40 smithi046 conmon[35376]: cluster 2024-01-16T08:41:39.382148+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:41:40.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:40 smithi046 conmon[35376]: 628 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:40.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:40 smithi160 conmon[40884]: cluster 2024-01-16T08:41:39.382148+0000 mgr.smithi046.mmaeer (mgr.14182) 628 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:40.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:40 smithi160 conmon[40884]: 2024-01-16T08:41:42.357 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:42.357 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:42.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:42 smithi046 conmon[35376]: cluster 2024-01-16T08:41:41.382778+0000 mgr.smithi046.mmaeer (mgr.14182) 629 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:42.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:42.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:42 smithi160 conmon[40884]: cluster 2024-01-16T08:41:41.382778+0000 mgr.smithi046.mmaeer (mgr.14182) 629 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:43.854 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:43 smithi046 conmon[35376]: audit 2024-01-16T08:41:42. 2024-01-16T08:41:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:43 smithi046 conmon[35376]: 361008+0000 mgr.smithi046.mmaeer (mgr.14182) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:43.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:43 smithi160 conmon[40884]: audit 2024-01-16T08:41:42.361008+0000 mgr.smithi046.mmaeer (mgr.14182) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:43 smithi160 conmon[40884]: 2024-01-16T08:41:44.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:44 smithi046 conmon[35376]: cluster 2024-01-16T08:41:43.383705+0000 mgr.smithi046.mmaeer (mgr.14182) 631 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:44.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:44 smithi046 conmon[35376]: 2024-01-16T08:41:44.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:44 smithi160 conmon[40884]: cluster 2024-01-16T08:41:43.383705+0000 mgr.smithi046.mmaeer (mgr.14182) 631 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:45.705 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:45.705 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:46.271 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:46 smithi046 conmon[35376]: cluster 2024-01-16T08:41:45.384158+0000 mgr.smithi046.mmaeer (mgr.14182) 632 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:46 smithi046 conmon[35376]: audit 2024-01-16T08:41:45.708316+0000 mgr.smithi046.mmaeer (mgr.14182) 633 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:46 smithi160 conmon[40884]: cluster 2024-01-16T08:41:45.384158+0000 mgr.smithi046.mmaeer (mgr.14182) 632 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:46 smithi160 conmon[40884]: audit 2024-01-16T08:41:45.708316+0000 mgr.smithi046.mmaeer (mgr.14182) 633 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:47.272 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:48.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:48 smithi046 conmon[35376]: cluster 2024-01-16T08:41:47.384687+0000 mgr.smithi046.mmaeer (mgr.14182) 634 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:48.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:48 smithi160 conmon[40884]: cluster 2024-01-16T08:41:47.384687+0000 mgr.smithi046.mmaeer (mgr.14182) 634 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:49.204 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:49.204 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:49.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:50.804 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:50.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:50 smithi046 conmon[35376]: audit 2024-01-16T08:41:49.207782+0000 mgr.smithi046.mmaeer (mgr.14182) 635 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:50.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:50 smithi046 conmon[35376]: cluster 2024-01-16T08:41:49.385258+0000 mgr.smithi046.mmaeer (mgr.14182) 636 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:50.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:50 smithi160 conmon[40884]: audit 2024-01-16T08:41:49.207782+0000 mgr.smithi046.mmaeer (mgr.14182) 635 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:50.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:50 smithi160 conmon[40884]: cluster 2024-01-16T08:41:49.385258+0000 2024-01-16T08:41:50.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:50 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 636 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:52.751 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:52.751 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:52 smithi046 conmon[35376]: cluster 2024-01-16T08:41:51.385707+0000 mgr.smithi046.mmaeer (mgr.14182) 637 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:52.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:52 smithi160 conmon[40884]: cluster 2024-01-16T08:41:51.385707+0000 mgr.smithi046.mmaeer (mgr.14182) 637 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:53.337 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:53 smithi046 conmon[35376]: audit 2024-01-16T08:41:52.754279+0000 mgr.smithi046.mmaeer (mgr.14182) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:53.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:53 smithi160 conmon[40884]: audit 2024-01-16T08:41:52.754279+0000 mgr.smithi046.mmaeer (mgr.14182) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:54.338 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:54.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:54 smithi046 conmon[35376]: cluster 2024-01-16T08:41:53.386384+0000 mgr.smithi046.mmaeer 2024-01-16T08:41:54.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:54 smithi046 conmon[35376]: (mgr.14182) 639 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:54.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:54 smithi160 conmon[40884]: cluster 2024-01-16T08:41:53.386384+0000 mgr.smithi046.mmaeer (mgr.14182) 639 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:56.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:56.208 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:41:56.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:56 smithi046 conmon[35376]: cluster 2024-01-16T08:41:55.387014+0000 mgr.smithi046.mmaeer (mgr.14182) 640 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:56.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:41:56.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:56 smithi160 conmon[40884]: cluster 2024-01-16T08:41:55.387014+0000 mgr.smithi046.mmaeer (mgr.14182) 640 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:57.877 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:41:57.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:57 smithi046 conmon[35376]: audit 2024-01-16T08:41:56.210329+0000 mgr.smithi046.mmaeer (mgr.14182) 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:57.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:57 smithi160 conmon[40884]: audit 2024-01-16T08:41:56.210329+0000 mgr.smithi046.mmaeer (mgr.14182) 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:41:58.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:41:58 smithi046 conmon[35376]: cluster 2024-01-16T08:41:57.387609+0000 mgr.smithi046.mmaeer (mgr.14182) 642 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:58.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:41:58 smithi160 conmon[40884]: cluster 2024-01-16T08:41:57.387609+0000 mgr.smithi046.mmaeer (mgr.14182) 642 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:41:59.734 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:41:59.734 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:00.351 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:00 smithi046 conmon[35376]: cluster 2024-01-16T08:41:59.388230+0000 mgr.smithi046.mmaeer (mgr.14182) 643 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:00 smithi046 conmon[35376]: audit 2024-01-16T08:41:59.737162+0000 mgr.smithi046.mmaeer (mgr.14182) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:00 smithi160 conmon[40884]: cluster 2024-01-16T08:41:59.388230+0000 mgr.smithi046.mmaeer (mgr.14182) 643 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:00 smithi160 conmon[40884]: audit 2024-01 2024-01-16T08:42:00.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:00 smithi160 conmon[40884]: -16T08:41:59.737162+0000 mgr.smithi046.mmaeer (mgr.14182) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:01.352 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:02.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:02 smithi046 conmon[35376]: cluster 2024-01-16T08:42:01.388901+0000 mgr.smithi046.mmaeer (mgr.14182) 645 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:02.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:02 smithi046 conmon[35376]: 2024-01-16T08:42:02.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:02 smithi160 conmon[40884]: cluster 2024-01-16T08:42:01.388901+0000 mgr.smithi046.mmaeer (mgr.14182) 645 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:03.246 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:03.246 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:03.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:04.845 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:04.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:04 smithi160 conmon[40884]: audit 2024-01-16T08:42:03.249437+0000 mgr.smithi046.mmaeer (mgr.14182) 646 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:04.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:04 smithi160 conmon[40884]: cluster 2024-01-16T08:42:03.389642+0000 mgr.smithi046.mmaeer (mgr.14182) 647 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:05.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:04 smithi046 conmon[35376]: audit 2024-01-16T08:42:03.249437+0000 mgr.smithi046.mmaeer (mgr.14182) 646 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:05.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:04 smithi046 conmon[35376]: cluster 2024-01-16T08:42:03.389642+0000 mgr.smithi046.mmaeer (mgr.14182) 647 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:06.603 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:06.603 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:06.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:06 smithi160 conmon[40884]: cluster 2024-01-16T08:42:05.390023+0000 mgr.smithi046.mmaeer (mgr.14182) 648 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:06 smithi046 conmon[35376]: cluster 2024-01-16T08:42:05.390023+0000 mgr.smithi046.mmaeer (mgr.14182) 648 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:07.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:07.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:07 smithi160 conmon[40884]: audit 2024-01-16T08:42:06.606165+0000 mgr.smithi046.mmaeer (mgr.14182) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:08.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:07 smithi046 conmon[35376]: audit 2024-01-16T08:42:06.606165+0000 mgr.smithi046.mmaeer (mgr.14182) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:08.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:07 smithi046 conmon[35376]: 2024-01-16T08:42:08.270 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:08.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:08 smithi160 conmon[40884]: cluster 2024-01-16T08:42:07.390735+0000 mgr.smithi046.mmaeer (mgr.14182) 650 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:09.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:08 smithi046 conmon[35376]: cluster 2024-01-16T08:42:07.390735+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:42:09.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:08 smithi046 conmon[35376]: ) 650 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:10.148 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:10.149 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:10.716 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:10.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:10 smithi160 conmon[40884]: cluster 2024-01-16T08:42:09.391259+0000 mgr.smithi046.mmaeer (mgr.14182) 651 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:11.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:10 smithi046 conmon[35376]: cluster 2024-01-16T08:42:09.391259+0000 mgr.smithi046.mmaeer (mgr.14182) 651 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:11.717 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:11.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:11 smithi160 conmon[40884]: audit 2024-01-16T08:42:10.151554+0000 mgr.smithi046.mmaeer (mgr.14182) 652 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:11 smithi046 conmon[35376]: audit 2024-01-16T08:42:10.151554+0000 mgr.smithi046.mmaeer (mgr.14182) 652 : audit 2024-01-16T08:42:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:11 smithi046 conmon[35376]: [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:12 smithi046 conmon[35376]: cluster 2024-01-16T08:42:11.391817+0000 mgr.smithi046.mmaeer (mgr.14182) 653 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:12.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:12 smithi160 conmon[40884]: cluster 2024-01-16T08:42:11.391817+0000 mgr.smithi046.mmaeer (mgr.14182) 653 : cluster 2024-01-16T08:42:12.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:12 smithi160 conmon[40884]: [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:13.625 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:13.625 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:14.239 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:14 smithi160 conmon[40884]: cluster 2024-01-16T08:42:13.392480+0000 mgr.smithi046.mmaeer (mgr.14182) 654 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:14.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:14 smithi160 conmon[40884]: audit 2024-01-16T08:42:13.628512+0000 mgr.smithi046.mmaeer (mgr.14182) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:15.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:14 smithi046 conmon[35376]: cluster 2024-01-16T08:42:13.392480+0000 mgr.smithi046.mmaeer (mgr.14182) 654 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:15.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:14 smithi046 conmon[35376]: audit 2024-01-16T08:42:13.628512+0000 mgr.smithi046.mmaeer (mgr.14182) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:15.240 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:16.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:16 smithi046 conmon[35376]: cluster 2024-01-16T08:42:15.392856+0000 mgr.smithi046.mmaeer (mgr.14182) 656 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:16.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:16 smithi160 conmon[40884]: cluster 2024-01-16T08:42:15.392856+0000 mgr.smithi046.mmaeer (mgr.14182) 656 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:17.186 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:17.187 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:17.781 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:18.782 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:18.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:18 smithi160 conmon[40884]: audit 2024-01-16T08:42:17.189752+0000 mgr.smithi046.mmaeer (mgr.14182) 657 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:18.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:18 smithi160 conmon[40884]: cluster 2024-01-16T08:42:17.393484+0000 mgr.smithi046.mmaeer (mgr.14182) 658 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:18 smithi046 conmon[35376]: audit 2024-01-16T08:42:17.189752+0000 mgr.smithi046.mmaeer (mgr.14182) 657 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:18 smithi046 conmon[35376]: cluster 2024-01-16T08:42:17.393484+0000 mgr.smithi046.mmaeer (mgr.14182) 658 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:20.738 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:20.739 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:20.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:20 smithi046 conmon[35376]: cluster 2024-01-16T08:42:19.394213+0000 mgr.smithi046.mmaeer (mgr.14182) 659 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:20.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:20 smithi160 conmon[40884]: cluster 2024-01-16T08:42:19.394213+0000 mgr.smithi046.mmaeer (mgr.14182) 659 : cluster 2024-01-16T08:42:20.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:20 smithi160 conmon[40884]: [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:21.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:21.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:21 smithi160 conmon[40884]: audit 2024-01-16T08:42:20.741482+0000 mgr.smithi046.mmaeer (mgr.14182) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:22.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:21 smithi046 conmon[35376]: audit 2024-01-16T08:42:20.741482+0000 mgr.smithi046.mmaeer (mgr.14182) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:22.390 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:22.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:22 smithi160 conmon[40884]: cluster 2024-01-16T08:42:21.394600+0000 mgr.smithi046.mmaeer (mgr.14182) 661 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:23.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:22 smithi046 conmon[35376]: cluster 2024-01-16T08:42:21.394600+0000 mgr.smithi046.mmaeer 2024-01-16T08:42:23.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:22 smithi046 conmon[35376]: (mgr.14182) 661 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:24.313 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:24.313 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:24.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:24.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:24 smithi160 conmon[40884]: cluster 2024-01-16T08:42:23.395405+0000 mgr.smithi046.mmaeer (mgr.14182) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:25.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:24 smithi046 conmon[35376]: cluster 2024-01-16T08:42:23.395405+0000 mgr.smithi046.mmaeer (mgr.14182) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:25.911 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:25.948 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:25 smithi046 conmon[35376]: audit 2024-01-16T08:42:24.316303+0000 2024-01-16T08:42:25.948 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:25 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:25 smithi160 conmon[40884]: audit 2024-01-16T08:42:24.316303+0000 mgr.smithi046.mmaeer (mgr.14182) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:26 smithi160 conmon[40884]: cluster 2024-01-16T08:42:25.395790+0000 mgr.smithi046.mmaeer (mgr.14182) 664 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:26 smithi046 conmon[35376]: cluster 2024-01-16T08:42:25.395790+0000 2024-01-16T08:42:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:26 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 664 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:27.854 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:27.854 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:28.455 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:28.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:28 smithi160 conmon[40884]: cluster 2024-01-16T08:42:27.396339+0000 mgr.smithi046.mmaeer (mgr.14182) 665 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:29.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:28 smithi046 conmon[35376]: cluster 2024-01-16T08:42:27.396339+0000 mgr.smithi046.mmaeer (mgr.14182) 665 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:29.455 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:29 smithi046 conmon[35376]: audit 2024-01-16T08:42:27.857097+0000 mgr.smithi046.mmaeer 2024-01-16T08:42:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:29 smithi046 conmon[35376]: (mgr.14182) 666 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:29 smithi160 conmon[40884]: audit 2024-01-16T08:42:27.857097+0000 mgr.smithi046.mmaeer (mgr.14182) 666 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:30 smithi160 conmon[40884]: cluster 2024-01-16T08:42:29.397179+0000 mgr.smithi046.mmaeer (mgr.14182) 667 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:30.979 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:30 smithi046 conmon[35376]: cluster 2024-01-16T08:42:29.397179+0000 mgr.smithi046.mmaeer (mgr.14182) 667 2024-01-16T08:42:30.979 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:30 smithi046 conmon[35376]: : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:31.411 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:31.411 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:31.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:32.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:32.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:32 smithi160 conmon[40884]: cluster 2024-01-16T08:42:31.397606+0000 mgr.smithi046.mmaeer (mgr.14182) 668 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:32.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:32 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:42:32.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:32 smithi160 conmon[40884]: 42:31.414186+0000 mgr.smithi046.mmaeer (mgr.14182) 669 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:32 smithi046 conmon[35376]: cluster 2024-01-16T08:42:31.397606+0000 mgr.smithi046.mmaeer (mgr.14182) 668 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:33.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:32 smithi046 conmon[35376]: audit 2024-01-16T08:42:31.414186+0000 mgr.smithi046.mmaeer (mgr.14182) 669 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:34.869 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:34.869 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:34.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:34 smithi160 conmon[40884]: cluster 2024-01-16T08:42:33.398494+0000 mgr.smithi046.mmaeer (mgr.14182) 670 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:35.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:34 smithi046 conmon[35376]: cluster 2024-01-16T08:42:33.398494+0000 mgr.smithi046.mmaeer (mgr.14182) 670 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:35.613 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:36.614 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:36.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:36 smithi160 conmon[40884]: audit 2024-01-16T08:42:34.872534+0000 mgr.smithi046.mmaeer (mgr.14182) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:36.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:36 smithi160 conmon[40884]: cluster 2024-01-16T08:42:35.398995+0000 mgr.smithi046.mmaeer (mgr.14182) 672 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:37.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:36 smithi046 conmon[35376]: audit 2024-01-16T08:42:34.872534+0000 mgr.smithi046.mmaeer (mgr.14182) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:37.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:36 smithi046 conmon[35376]: cluster 2024-01-16T08:42:35.398995+0000 mgr.smithi046.mmaeer (mgr.14182) 672 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:38.665 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:38.665 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:38.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:38 smithi160 conmon[40884]: cluster 2024-01-16T08:42:37.399569+0000 mgr.smithi046.mmaeer (mgr.14182) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 106 op/s 2024-01-16T08:42:39.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:38 smithi046 conmon[35376]: cluster 2024-01-16T08:42:37.399569+0000 mgr.smithi046.mmaeer (mgr.14182) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 106 op/s 2024-01-16T08:42:39.204 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:39 smithi046 conmon[35376]: audit 2024-01-16T08:42:38.667877+0000 mgr.smithi046.mmaeer 2024-01-16T08:42:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:39 smithi046 conmon[35376]: (mgr.14182) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:40.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:39 smithi160 conmon[40884]: audit 2024-01-16T08:42:38.667877+0000 mgr.smithi046.mmaeer (mgr.14182) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:41.040 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:40 smithi046 conmon[35376]: cluster 2024-01-16T08:42:39.400138+0000 mgr.smithi046.mmaeer (mgr.14182) 675 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:41.040 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:40 smithi046 conmon[35376]: 2024-01-16T08:42:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:40 smithi160 conmon[40884]: cluster 2024-01-16T08:42:39.400138+0000 mgr.smithi046.mmaeer (mgr.14182) 675 : cluster [DBG] 2024-01-16T08:42:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:40 smithi160 conmon[40884]: pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:42.102 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:42.103 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:42.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:43.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:42 smithi046 conmon[35376]: cluster 2024-01-16T08:42:41.400606+0000 mgr.smithi046.mmaeer (mgr.14182) 676 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:43.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:42 smithi160 conmon[40884]: cluster 2024-01-16T08:42:41.400606+0000 mgr.smithi046.mmaeer (mgr.14182) 676 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:43.738 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:44.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:43 smithi046 conmon[35376]: audit 2024-01-16T08:42:42.105709+0000 2024-01-16T08:42:44.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:43 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 677 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:43 smithi160 conmon[40884]: audit 2024-01-16T08:42:42.105709+0000 mgr.smithi046.mmaeer (mgr.14182) 677 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:44.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:44 smithi046 conmon[35376]: cluster 2024-01-16T08:42:43.401325+0000 mgr.smithi046.mmaeer (mgr.14182) 678 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:44 smithi160 conmon[40884]: cluster 2024-01-16T08:42:43.401325+0000 mgr.smithi046.mmaeer (mgr.14182) 678 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:44 smithi160 conmon[40884]: 2024-01-16T08:42:45.665 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:45.666 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:46.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:46 smithi046 conmon[35376]: cluster 2024-01-16T08:42:45.401761+0000 mgr.smithi046.mmaeer (mgr.14182) 679 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:47.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:46 smithi046 conmon[35376]: audit 2024-01-16T08:42:45.668629+0000 mgr.smithi046.mmaeer (mgr.14182) 680 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:46 smithi160 conmon[40884]: cluster 2024-01-16T08:42:45.401761+0000 mgr.smithi046.mmaeer (mgr.14182) 679 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:46 smithi160 conmon[40884]: audit 2024-01-16T08:42:45.668629+0000 mgr.smithi046.mmaeer (mgr.14182) 680 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:47.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:48.810 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:48 smithi046 conmon[35376]: cluster 2024-01-16T08:42:47.402315+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:42:48.810 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:48 smithi046 conmon[35376]: 681 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:49.197 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:49.197 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:49.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:48 smithi160 conmon[40884]: cluster 2024-01-16T08:42:47.402315+0000 mgr.smithi046.mmaeer (mgr.14182) 681 : cluster [DBG] 2024-01-16T08:42:49.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:48 smithi160 conmon[40884]: pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:42:49.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:50.754 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:51.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:50 smithi046 conmon[35376]: audit 2024-01-16T08:42:49.200311+0000 mgr.smithi046.mmaeer (mgr.14182) 682 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:51.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:50 smithi046 conmon[35376]: cluster 2024-01-16T08:42:49.403089+0000 mgr.smithi046.mmaeer (mgr.14182) 683 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 101 op/s 2024-01-16T08:42:51.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:50 smithi160 conmon[40884]: audit 2024-01-16T08:42:49.200311+0000 mgr.smithi046.mmaeer (mgr.14182) 682 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:51.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:50 smithi160 conmon[40884]: cluster 2024-01-16T08:42:49.403089+0000 mgr.smithi046.mmaeer (mgr.14182) 683 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 101 op/s 2024-01-16T08:42:52.600 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:52.601 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:52 smithi046 conmon[35376]: cluster 2024-01-16T08:42:51.403615+0000 mgr.smithi046.mmaeer (mgr.14182) 684 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:53.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:53.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:52 smithi160 conmon[40884]: cluster 2024-01-16T08:42:51.403615+0000 mgr.smithi046.mmaeer (mgr.14182) 684 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:53 smithi046 conmon[35376]: audit 2024-01-16T08:42:52.603732+0000 mgr.smithi046.mmaeer (mgr.14182) 685 2024-01-16T08:42:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:53 smithi046 conmon[35376]: : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:54.162 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:53 smithi160 conmon[40884]: audit 2024-01-16T08:42:52.603732+0000 mgr.smithi046.mmaeer (mgr.14182) 685 : audit [DBG] 2024-01-16T08:42:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:53 smithi160 conmon[40884]: from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:54 smithi046 conmon[35376]: cluster 2024-01-16T08:42:53.404402+0000 mgr.smithi046.mmaeer (mgr.14182) 686 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:55.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:54 smithi160 conmon[40884]: cluster 2024-01-16T08:42:53.404402+0000 mgr.smithi046.mmaeer (mgr.14182) 686 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:56.016 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:56.016 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:42:56.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:42:57.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:56 smithi046 conmon[35376]: cluster 2024-01-16T08:42:55.404826+0000 mgr.smithi046.mmaeer (mgr.14182) 687 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:56 smithi160 conmon[40884]: cluster 2024-01-16T08:42:55.404826+0000 mgr.smithi046.mmaeer (mgr.14182) 687 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:56 smithi160 conmon[40884]: 2024-01-16T08:42:57.677 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:42:58.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:57 smithi046 conmon[35376]: audit 2024-01-16T08:42:56.019055+0000 mgr.smithi046.mmaeer (mgr.14182) 688 : audit [DBG] 2024-01-16T08:42:58.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:57 smithi046 conmon[35376]: from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:57 smithi160 conmon[40884]: audit 2024-01-16T08:42:56.019055+0000 mgr.smithi046.mmaeer (mgr.14182) 688 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:42:59.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:58 smithi046 conmon[35376]: cluster 2024-01-16T08:42:57.405458+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:42:59.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:42:58 smithi046 conmon[35376]: 14182) 689 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:59.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:58 smithi160 conmon[40884]: cluster 2024-01-16T08:42:57.405458+0000 mgr.smithi046.mmaeer (mgr.14182) 689 : cluster 2024-01-16T08:42:59.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:42:58 smithi160 conmon[40884]: [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:42:59.619 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:42:59.619 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:00.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:00 smithi046 conmon[35376]: cluster 2024-01-16T08:42:59.406000+0000 mgr.smithi046.mmaeer (mgr.14182) 690 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:01.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:00 smithi046 conmon[35376]: audit 2024-01-16T08:42:59.622041+0000 mgr.smithi046.mmaeer (mgr.14182) 691 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:00 smithi160 conmon[40884]: cluster 2024-01-16T08:42:59.406000+0000 mgr.smithi046.mmaeer (mgr.14182) 690 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:00 smithi160 conmon[40884]: audit 2024-01-16T08:42:59.622041+0000 mgr.smithi046.mmaeer (mgr.14182) 691 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:01.244 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:02.794 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:02 smithi046 conmon[35376]: cluster 2024-01-16T08:43:01.406460+0000 mgr.smithi046.mmaeer 2024-01-16T08:43:02.794 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:02 smithi046 conmon[35376]: (mgr.14182) 692 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:03.213 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:03.213 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:03.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:02 smithi160 conmon[40884]: cluster 2024-01-16T08:43:01.406460+0000 mgr.smithi046.mmaeer (mgr.14182) 692 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:03.851 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:04.852 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:04 smithi046 conmon[35376]: audit 2024-01-16T08:43:03.216644+0000 mgr.smithi046.mmaeer (mgr.14182) 693 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:05.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:04 smithi046 conmon[35376]: cluster 2024-01-16T08:43:03.407194+0000 mgr.smithi046.mmaeer (mgr.14182) 694 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:05.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:04 smithi160 conmon[40884]: audit 2024-01-16T08:43:03.216644+0000 mgr.smithi046.mmaeer (mgr.14182) 693 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:05.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:04 smithi160 conmon[40884]: 2024-01-16T08:43:05.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:04 smithi160 conmon[40884]: cluster 2024-01-16T08:43:03.407194+0000 mgr.smithi046.mmaeer (mgr.14182) 694 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:06.664 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:06.664 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:06 smithi046 conmon[35376]: cluster 2024-01-16T08:43:05.407819+0000 mgr.smithi046.mmaeer (mgr.14182) 695 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:07.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:06 smithi160 conmon[40884]: cluster 2024-01-16T08:43:05.407819+0000 mgr.smithi046.mmaeer (mgr.14182) 695 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:07.318 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:08.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:07 smithi046 conmon[35376]: audit 2024-01-16T08:43:06.667708+0000 mgr.smithi046.mmaeer (mgr.14182) 696 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:07 smithi160 conmon[40884]: audit 2024-01-16T08:43:06.667708+0000 mgr.smithi046.mmaeer (mgr.14182) 696 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:08.319 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:09.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:08 smithi046 conmon[35376]: cluster 2024-01-16T08:43:07.408511+0000 mgr.smithi046.mmaeer (mgr.14182) 697 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:08 smithi160 conmon[40884]: cluster 2024-01-16T08:43:07.408511+0000 mgr.smithi046.mmaeer (mgr.14182) 697 : cluster 2024-01-16T08:43:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:08 smithi160 conmon[40884]: [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:10.288 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:10.288 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:10.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:10 smithi046 conmon[35376]: cluster 2024-01-16T08:43:09.409266+0000 mgr.smithi046.mmaeer (mgr.14182) 698 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:11.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:10 smithi160 conmon[40884]: cluster 2024-01-16T08:43:09.409266+0000 mgr.smithi046.mmaeer (mgr.14182) 698 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:11.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:10 smithi160 conmon[40884]: 2024-01-16T08:43:11.927 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:11 smithi046 conmon[35376]: audit 2024-01-16T08:43:10.291746+0000 mgr.smithi046.mmaeer (mgr.14182) 699 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:11 smithi160 conmon[40884]: audit 2024-01-16T08:43:10.291746+0000 mgr.smithi046.mmaeer (mgr.14182) 699 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:11 smithi160 conmon[40884]: 2024-01-16T08:43:13.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:12 smithi046 conmon[35376]: cluster 2024-01-16T08:43:11.409770+0000 mgr.smithi046.mmaeer (mgr.14182) 700 : 2024-01-16T08:43:13.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:12 smithi046 conmon[35376]: cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:13.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:12 smithi160 conmon[40884]: cluster 2024-01-16T08:43:11.409770+0000 mgr.smithi046.mmaeer (mgr.14182) 700 : cluster 2024-01-16T08:43:13.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:12 smithi160 conmon[40884]: [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:13.873 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:13.873 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:14.474 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:15.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:14 smithi046 conmon[35376]: cluster 2024-01-16T08:43:13.410566+0000 mgr.smithi046.mmaeer (mgr.14182) 701 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:15.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:14 smithi160 conmon[40884]: cluster 2024-01-16T08:43:13.410566+0000 mgr.smithi046.mmaeer (mgr.14182) 701 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:15.475 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:16.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:15 smithi046 conmon[35376]: audit 2024-01-16T08:43:13.875876+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:43:16.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:15 smithi046 conmon[35376]: 14182) 702 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:16.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:15 smithi160 conmon[40884]: audit 2024-01-16T08:43:13.875876+0000 mgr.smithi046.mmaeer (mgr.14182) 702 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:16.976 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:16 smithi046 conmon[35376]: cluster 2024-01-16T08:43:15.410937+0000 mgr.smithi046.mmaeer (mgr.14182) 703 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:17.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:16 smithi160 conmon[40884]: cluster 2024-01-16T08:43:15.410937+0000 mgr.smithi046.mmaeer (mgr.14182) 703 : cluster 2024-01-16T08:43:17.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:16 smithi160 conmon[40884]: [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:17.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:17.392 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:18.015 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:19.016 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:18 smithi046 conmon[35376]: audit 2024-01-16T08:43:17.395543+0000 mgr.smithi046.mmaeer (mgr.14182) 704 : 2024-01-16T08:43:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:18 smithi046 conmon[35376]: audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:19.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:18 smithi046 conmon[35376]: cluster 2024-01-16T08:43:17.411460+0000 mgr.smithi046.mmaeer (mgr.14182) 705 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:18 smithi160 conmon[40884]: audit 2024-01-16T08:43:17.395543+0000 mgr.smithi046.mmaeer (mgr.14182) 704 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:18 smithi160 conmon[40884]: cluster 2024-01-16T08:43:17.411460+0000 mgr.smithi046.mmaeer (mgr.14182) 705 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:20.889 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:20.889 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:21.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:20 smithi046 conmon[35376]: cluster 2024-01-16T08:43:19.412022+0000 mgr.smithi046.mmaeer (mgr.14182) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:21.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:20 smithi160 conmon[40884]: cluster 2024-01-16T08:43:19.412022+0000 mgr.smithi046.mmaeer (mgr.14182) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:21.448 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:22.450 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:23.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:22 smithi046 conmon[35376]: audit 2024-01-16T08:43:20.891781+0000 mgr.smithi046.mmaeer (mgr.14182) 707 : 2024-01-16T08:43:23.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:22 smithi046 conmon[35376]: audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:23.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:22 smithi046 conmon[35376]: cluster 2024-01-16T08:43:21.412583+0000 mgr.smithi046.mmaeer (mgr.14182) 708 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:23.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:22 smithi160 conmon[40884]: audit 2024-01-16T08:43:20.891781+0000 mgr.smithi046.mmaeer (mgr.14182) 707 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:23.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:22 smithi160 conmon[40884]: 2024-01-16T08:43:23.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:22 smithi160 conmon[40884]: cluster 2024-01-16T08:43:21.412583+0000 mgr.smithi046.mmaeer (mgr.14182) 708 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:24.004 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:23 smithi046 conmon[35376]: cluster 2024-01-16T08:43:23.413359+0000 mgr.smithi046.mmaeer (mgr.14182) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:24.004 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:23 smithi046 conmon[35376]: 2024-01-16T08:43:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:23 smithi160 conmon[40884]: cluster 2024-01-16T08:43:23.413359+0000 mgr.smithi046.mmaeer (mgr.14182) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:24.391 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:24.391 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:35:09.098370Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.pozsis on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-pozsis\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.pozsis\nDeploy daemon haproxy.rgw.foo.smithi160.pozsis ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:33: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-16T08:34: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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.489725Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.duhdro on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-duhdro\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.duhdro\nDeploy daemon haproxy.rgw.foo.smithi046.duhdro ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:35:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:36: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-16T08:37: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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:37:43.495575Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.fufctw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:24.997 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:25 smithi046 conmon[35376]: audit 2024-01-16T08:43:24.394846+0000 mgr.smithi046.mmaeer (mgr.14182) 710 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:25 smithi046 conmon[35376]: 2024-01-16T08:43:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:25 smithi160 conmon[40884]: audit 2024-01-16T08:43:24.394846+0000 mgr.smithi046.mmaeer (mgr.14182) 710 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:25 smithi160 conmon[40884]: 2024-01-16T08:43:25.998 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:26.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:26 smithi046 conmon[35376]: cluster 2024-01-16T08:43:25.413771+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:43:26.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:26 smithi046 conmon[35376]: 711 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:26 smithi160 conmon[40884]: cluster 2024-01-16T08:43:25.413771+0000 mgr.smithi046.mmaeer (mgr.14182) 711 : cluster 2024-01-16T08:43:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:26 smithi160 conmon[40884]: [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:26.784363+0000 mgr.smithi046.mmaeer (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:43:27.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:26.784694+0000 mgr.sm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: ithi046.mmaeer (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: audit 2024-01-16T08:43:26.785181+0000 mon.smithi046 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.dclttm"}]: dispatch 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:26.786105+0000 mgr.smithi046.mmaeer (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:26.788700+0000 mgr.smithi046.mmaeer (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:26.790481+0000 mgr.smithi046.mmaeer (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: cluster 2024-01-16T08:43:26.791558+0000 mgr.smithi046.mmaeer (mgr.14182) 717 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: audit 2024-01-16T08:43:26.797603+0000 mon.smithi046 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:43:27.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:27 smithi046 conmon[35376]: audit 2024-01-16T08:43:27.071075+0000 mon.smithi046 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:26.784363+0000 mgr.smithi046.mmaeer (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:26.784694+0000 mgr.smithi046.mmaeer (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: audit 2024-01-16T08:43:26.785181+0000 mon.smithi046 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.dclttm"}]: dispatch 2024-01-16T08:43:27.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:26.786105+0000 mgr.smithi046.mmaeer (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.dclttm ... 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:41:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:42:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:43:27.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:26.788700+0000 mgr.smithi046.mmaeer (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:43:27.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:26.790481+0000 mgr.smithi046.mmaeer (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:43:27.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: cluster 2024-01-16T08:43:26.791558+0000 mgr.smithi046.mmaeer (mgr.14182) 717 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:27.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: audit 2024-01-16T08:43:26.797603+0000 mon.smithi046 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:43:27.976 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:27 smithi160 conmon[40884]: audit 2024-01-16T08:43:27.071075+0000 mon.smithi046 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:28.027 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:28.027 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:37:48.652481Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:37:45.260284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:37:48.652628Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:37:45.260447Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:37:45.260531Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:37:45.260605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:37:45.260695Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:37:48.652784Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:37:45.260985Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:28.786 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:28.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:28 smithi046 conmon[35376]: cluster 2024-01-16T08:43:27.577589+0000 mon.smithi046 (mon.0) 699 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:43:28.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:28 smithi160 conmon[40884]: cluster 2024-01-16T08:43:27.577589+0000 mon.smithi046 (mon.0) 699 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:43:29.787 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024-01-16T08:43:28.031160+0000 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 718 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: cluster 2024-01-16T08:43:28.792691+0000 mgr.smithi046.mmaeer (mgr.14182) 719 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024-01-16T08:43:28.874532+0000 mon.smithi046 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024-01-16T08:43:29.184636+0000 mon.smithi046 ( 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: mon.0) 701 : audit [INF] 2024-01-16T08:43:29.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: -01-16T08:43: 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 29.185541+0000 mon.smithi046 (mon 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: .0) 702 : audit [INF] 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 2024-01 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: -16T08:43:29.186374+0000 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: mon.smithi046 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:43:29.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 01-16T08:43:29. 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 187185+0000 mon.smithi046 (mon.0) 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 704 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit 2024- 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: 01-16T08:43:29.192456+0000 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: mon.smithi046 (mon.0) 705 : 2024-01-16T08:43:29.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:29 smithi046 conmon[35376]: audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16T08:43:28.031160+0000 mgr.smithi046.mmaeer (mgr.14182) 718 : 2024-01-16T08:43:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: cluster 2024-01-16T08:43:28.792691+0000 mgr.smithi046.mmaeer (mgr.14182) 719 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16T08:43:28.874532+0000 mon.smithi046 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16T08:43:29.184636+0000 mon.smithi046 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16T08:43 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: :29.185541+0000 mon.smithi046 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024- 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: 01-16T08:43:29.186374+0000 mon.smithi046 ( 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: T08:43:29.187185+0000 mon.smithi046 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: (mon.0) 704 : audit [INF] 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:29.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:43:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: 08:43:29.192456+0000 mon.smithi046 2024-01-16T08:43:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: (mon.0) 705 : audit [INF] 2024-01-16T08:43:29.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:29 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:30.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:30 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:29.187839+0000 mgr.smithi046.mmaeer (mgr.14182) 720 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 3478M 2024-01-16T08:43:30.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:30 smithi046 conmon[35376]: audit 2024-01-16T08:43:30.353552+0000 mon.smithi046 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:30 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:29.187839+0000 mgr.smithi046.mmaeer (mgr.14182) 720 : cephadm [INF] 2024-01-16T08:43:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:30 smithi160 conmon[40884]: Adjusting osd_memory_target on smithi160 to 3478M 2024-01-16T08:43:30.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:30 smithi160 conmon[40884]: audit 2024-01-16T08:43:30.353552+0000 mon.smithi046 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:31.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:31 smithi046 conmon[35376]: cluster 2024-01-16T08:43:30.793257+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:43:31.786 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:31 smithi046 conmon[35376]: mgr.14182) 721 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:31.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:31 smithi160 conmon[40884]: cluster 2024-01-16T08:43:30.793257+0000 mgr.smithi046.mmaeer (mgr.14182) 721 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:31.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:31 smithi160 conmon[40884]: 2024-01-16T08:43:32.197 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:32.197 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:32.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:33.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.016688+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.200814+0000 mgr.smithi046.mmaeer (mgr.14182) 722 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:33.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.369945+0000 mon.smithi046 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.370833+0000 mon.smithi046 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.371580+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.372450+0000 mon.smithi046 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:32.373082+0000 mgr.smithi046.mmaeer (mgr.14182) 723 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 2711M 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.378050+0000 mon.smithi046 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.384 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.379144+0000 mon.smithi046 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.379818+0000 mon.smithi046 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:32.383199+0000 mgr.smithi046.mmaeer (mgr.14182) 724 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.559193+0000 mon.smithi046 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: cluster 2024-01-16T08:43:32.560134+0000 mgr.smithi046.mmaeer (mgr.14182) 725 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: audit 2024-01-16T08:43:32.564644+0000 mon.smithi046 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:43:33.385 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:33 smithi046 conmon[35376]: cephadm 2024-01-16T08:43:32.571495+0000 mgr.smithi046.mmaeer (mgr.14182) 726 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.efunwk on smithi160 2024-01-16T08:43:33.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32.016688+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32.200814+0000 mgr.smithi046.mmaeer (mgr.14182) 722 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:33.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32.369945+0000 mon.smithi046 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32.370833+0000 mon.smithi046 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.472 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32.371580+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: .372450+0000 mon.smithi046 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: cephadm 2024-01-16T08:43:32.373082 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: +0000 mgr.smithi046.mmaeer (mgr.14182) 723 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 2711M 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08: 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: 43:32.378050+0000 mon.smithi046 (mon.0) 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: 712 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: :32.379144+0000 mon.smithi046 (mon.0) 713 : 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: .379818+0000 mon.smithi046 (mon.0) 714 : audit 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:43:33.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: cephadm 2024-01-16T08:43: 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: 32.383199+0000 mgr.smithi046.mmaeer (mgr.14182) 724 : cephadm 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: [INF] Checking dashboard <-> RGW credentials 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08:43:32. 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: 559193+0000 mon.smithi046 (mon.0) 715 : audit 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: cluster 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: 2024-01-16T08:43:32.560134+0000 mgr.smithi046.mmaeer (mgr.14182) 725 : 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: audit 2024-01-16T08 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: :43:32.564644+0000 mon.smithi046 (mon.0 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: ) 716 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: cephadm 2024-01-16T08 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: :43:32.571495+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:43:33.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:33 smithi160 conmon[40884]: ) 726 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.efunwk on smithi160 2024-01-16T08:43:33.758 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:34.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:34 smithi046 conmon[35376]: cluster 2024-01-16T08: 2024-01-16T08:43:34.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:34 smithi046 conmon[35376]: 43:33.557072+0000 mon.smithi046 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:43:34.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:34 smithi046 conmon[35376]: cluster 2024-01-16T08:43:33.557116+0000 mon.smithi046 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-16T08:43:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:34 smithi160 conmon[40884]: cluster 2024-01-16T08:43:33.557072+0000 mon.smithi046 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:43:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:34 smithi160 conmon[40884]: cluster 2024-01-16T08:43:33.557116+0000 mon.smithi046 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-16T08:43:35.865 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:35.866 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:35 smithi046 conmon[35376]: cluster 2024-01-16T08:43:34.560743+0000 mgr.smithi046.mmaeer (mgr.14182) 727 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-01-16T08:43:35.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:35 smithi160 conmon[40884]: cluster 2024-01-16T08:43:34.560743+0000 mgr.smithi046.mmaeer (mgr.14182) 727 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-01-16T08:43:36.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:37.466 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:37.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:37 smithi046 conmon[35376]: audit 2024-01-16T08:43:35.868326+0000 mgr.smithi046.mmaeer (mgr.14182) 728 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:37.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:37 smithi046 conmon[35376]: cluster 2024-01-16T08:43:36.561199+0000 mgr.smithi046.mmaeer (mgr.14182) 729 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-01-16T08:43:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:37 smithi160 conmon[40884]: audit 2024-01-16T08:43:35.868326+0000 mgr.smithi046.mmaeer (mgr.14182) 728 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:37 smithi160 conmon[40884]: 2024-01-16T08:43:37.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:37 smithi160 conmon[40884]: cluster 2024-01-16T08:43:36.561199+0000 mgr.smithi046.mmaeer (mgr.14182) 729 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 643 B/s rd, 0 op/s 2024-01-16T08:43:39.335 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:39.336 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:39 smithi046 conmon[35376]: cluster 2024-01-16T08:43:38.561938+0000 mgr.smithi046.mmaeer (mgr.14182) 730 : cluster [DBG] pgmap v489: 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-16T08:43:39.908 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:39.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:39 smithi160 conmon[40884]: cluster 2024-01-16T08:43:38.561938+0000 mgr.smithi046.mmaeer (mgr.14182) 730 : cluster [DBG] pgmap v489: 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-16T08:43:40.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:40 smithi046 conmon[35376]: audit 2024-01-16T08:43:39.338483+0000 mgr.smithi046.mmaeer (mgr.14182) 731 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:40.917 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:40.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:40 smithi160 conmon[40884]: audit 2024-01-16T08:43:39.338483+0000 mgr.smithi046.mmaeer (mgr.14182) 731 : audit [DBG] 2024-01-16T08:43:40.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:40 smithi160 conmon[40884]: from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:41.732 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:41 smithi046 conmon[35376]: cluster 2024-01-16T08:43:40.562315+0000 mgr.smithi046.mmaeer (mgr.14182) 732 : 2024-01-16T08:43:41.733 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:41 smithi046 conmon[35376]: cluster [DBG] pgmap v490: 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-16T08:43:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:41 smithi160 conmon[40884]: cluster 2024-01-16T08:43:40.562315+0000 mgr.smithi046.mmaeer (mgr.14182) 732 : cluster [DBG] pgmap v490: 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-16T08:43:42.912 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:42.912 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:43.622 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:43 smithi046 conmon[35376]: cluster 2024-01-16T08:43:42.563069+0000 mgr.smithi046.mmaeer (mgr.14182) 733 : cluster [DBG] pgmap v491: 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-16T08:43:43.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:43 smithi160 conmon[40884]: cluster 2024-01-16T08:43:42.563069+0000 mgr.smithi046.mmaeer (mgr.14182) 733 : cluster [DBG] pgmap v491: 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-16T08:43:44.623 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:44.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:44 smithi046 conmon[35376]: audit 2024-01-16T08:43:42.915677+0000 mgr.smithi046.mmaeer (mgr.14182) 734 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:44.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:44 smithi160 conmon[40884]: audit 2024-01-16T08:43:42.915677+0000 mgr.smithi046.mmaeer (mgr.14182) 734 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:44.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:44 smithi160 conmon[40884]: 2024-01-16T08:43:45.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:45 smithi046 conmon[35376]: cluster 2024-01-16T08:43:44.563994+0000 mgr.smithi046.mmaeer (mgr.14182) 735 : cluster [DBG] pgmap v492: 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-16T08:43:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:45 smithi160 conmon[40884]: cluster 2024-01-16T08:43:44.563994+0000 mgr.smithi046.mmaeer (mgr.14182) 735 : cluster [DBG] pgmap v492: 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-16T08:43:46.544 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:46.544 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:47.106 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:47.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:47 smithi046 conmon[35376]: audit 2024-01-16T08:43:46.547361+0000 mgr.smithi046.mmaeer (mgr.14182) 736 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:47.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:47 smithi046 conmon[35376]: cluster 2024-01-16T08:43:46.564354+0000 mgr.smithi046.mmaeer (mgr.14182) 737 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T08:43:47.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:47 smithi160 conmon[40884]: audit 2024-01-16T08:43:46.547361+0000 mgr.smithi046.mmaeer (mgr.14182) 736 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:47.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:47 smithi160 conmon[40884]: cluster 2024-01-16T08:43:46.564354+0000 mgr.smithi046.mmaeer (mgr.14182) 737 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T08:43:48.108 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:49.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:49 smithi046 conmon[35376]: cluster 2024-01-16T08:43:48. 2024-01-16T08:43:49.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:49 smithi046 conmon[35376]: 565222+0000 mgr.smithi046.mmaeer (mgr.14182) 738 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T08:43:49.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:49 smithi160 conmon[40884]: cluster 2024-01-16T08:43:48.565222+0000 mgr.smithi046.mmaeer (mgr.14182) 738 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T08:43:49.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:49 smithi160 conmon[40884]: 2024-01-16T08:43:50.227 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:50.227 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:50.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:51.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:51 smithi046 conmon[35376]: audit 2024-01-16T08:43:50.231052+0000 mgr.smithi046.mmaeer (mgr.14182) 739 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:51 smithi046 conmon[35376]: cluster 2024-01-16T08:43:50.565694+0000 mgr.smithi046.mmaeer (mgr.14182) 740 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:51.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:51 smithi160 conmon[40884]: audit 2024-01-16T08:43:50.231052+0000 mgr.smithi046.mmaeer (mgr.14182) 739 : audit 2024-01-16T08:43:51.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:51 smithi160 conmon[40884]: [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:51.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:51 smithi160 conmon[40884]: cluster 2024-01-16T08:43:50.565694+0000 mgr.smithi046.mmaeer (mgr.14182) 740 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:53.825 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:53.826 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:53 smithi046 conmon[35376]: cluster 2024-01-16T08:43:52.566318+0000 mgr.smithi046.mmaeer (mgr.14182) 741 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:53.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:53 smithi160 conmon[40884]: cluster 2024-01-16T08:43:52.566318+0000 mgr.smithi046.mmaeer (mgr.14182) 741 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:54.430 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:54 smithi046 conmon[35376]: audit 2024-01-16T08:43:53.829032+0000 mgr.smithi046.mmaeer (mgr.14182) 742 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:54.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:54 smithi160 conmon[40884]: audit 2024-01-16T08:43:53.829032+0000 mgr.smithi046.mmaeer (mgr.14182) 742 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:55.431 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:55.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:55 smithi046 conmon[35376]: cluster 2024-01-16T08:43:54.566986+0000 mgr.smithi046.mmaeer (mgr.14182) 743 : cluster 2024-01-16T08:43:55.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:55 smithi046 conmon[35376]: [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:55.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:55 smithi160 conmon[40884]: cluster 2024-01-16T08:43:54.566986+0000 mgr.smithi046.mmaeer (mgr.14182) 743 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:57.402 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:43:57.402 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:43:57.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:57 smithi046 conmon[35376]: cluster 2024-01-16T08:43:56.567425+0000 mgr.smithi046.mmaeer (mgr.14182) 744 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:57.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:57 smithi160 conmon[40884]: cluster 2024-01-16T08:43:56.567425+0000 mgr.smithi046.mmaeer (mgr.14182) 744 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:57.997 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:43:58.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:58 smithi046 conmon[35376]: audit 2024-01-16T08:43:57.405633+0000 mgr.smithi046.mmaeer (mgr.14182) 745 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:58.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:58 smithi160 conmon[40884]: audit 2024-01-16T08:43:57.405633+0000 mgr.smithi046.mmaeer (mgr.14182) 745 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:43:58.998 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:43:59.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:59 smithi046 conmon[35376]: cluster 2024-01-16T08:43:58.568298+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:43:59.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:43:59 smithi046 conmon[35376]: 746 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:43:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:43:59 smithi160 conmon[40884]: cluster 2024-01-16T08:43:58.568298+0000 mgr.smithi046.mmaeer (mgr.14182) 746 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:00.909 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:00.909 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:01.487 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:01.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:01 smithi046 conmon[35376]: cluster 2024-01-16T08:44:00.568932+0000 mgr.smithi046.mmaeer (mgr.14182) 747 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:01 smithi160 conmon[40884]: cluster 2024-01-16T08:44:00.568932+0000 mgr.smithi046.mmaeer (mgr.14182) 747 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:02.488 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:02 smithi046 conmon[35376]: audit 2024-01-16T08:44:00.912246+0000 mgr.smithi046.mmaeer (mgr.14182) 748 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:02 smithi046 conmon[35376]: 2024-01-16T08:44:02.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:02 smithi160 conmon[40884]: audit 2024-01-16T08:44:00.912246+0000 mgr.smithi046.mmaeer (mgr.14182) 748 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:03 smithi160 conmon[40884]: cluster 2024-01-16T08:44:02.569660+0000 mgr.smithi046.mmaeer (mgr.14182) 749 : cluster [DBG] 2024-01-16T08:44:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:03 smithi160 conmon[40884]: pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:04.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:03 smithi046 conmon[35376]: cluster 2024-01-16T08:44:02.569660+0000 mgr.smithi046.mmaeer (mgr.14182) 749 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:04.443 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:04.443 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:05.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:05.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:05 smithi160 conmon[40884]: audit 2024-01-16T08:44:04.447206+0000 mgr.smithi046.mmaeer (mgr.14182) 750 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:05.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:05 smithi160 conmon[40884]: cluster 2024-01-16T08:44:04.570317+0000 mgr.smithi046.mmaeer (mgr.14182) 751 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:06.029 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:06.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:05 smithi046 conmon[35376]: audit 2024-01-16T08:44:04.447206+0000 mgr.smithi046.mmaeer (mgr.14182) 750 : audit 2024-01-16T08:44:06.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:05 smithi046 conmon[35376]: [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:06.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:05 smithi046 conmon[35376]: cluster 2024-01-16T08:44:04.570317+0000 mgr.smithi046.mmaeer (mgr.14182) 751 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:07.944 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:07.944 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:07.966 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:07 smithi046 conmon[35376]: cluster 2024-01-16T08:44:06.570769+0000 mgr.smithi046.mmaeer (mgr.14182) 752 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:07.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:07 smithi160 conmon[40884]: cluster 2024-01-16T08:44:06.570769+0000 mgr.smithi046.mmaeer (mgr.14182) 752 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:08.559 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:09.561 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:09 smithi046 conmon[35376]: audit 2024-01-16T08:44:07. 2024-01-16T08:44:09.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:09 smithi046 conmon[35376]: 947680+0000 mgr.smithi046.mmaeer (mgr.14182) 753 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:09.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:09 smithi046 conmon[35376]: cluster 2024-01-16T08:44:08.571727+0000 mgr.smithi046.mmaeer (mgr.14182) 754 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:09.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:09 smithi160 conmon[40884]: audit 2024-01-16T08:44:07.947680+0000 mgr.smithi046.mmaeer (mgr.14182) 753 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:09.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:09 smithi160 conmon[40884]: cluster 2024-01-16T08:44:08.571727+0000 mgr.smithi046.mmaeer (mgr.14182) 754 : 2024-01-16T08:44:09.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:09 smithi160 conmon[40884]: cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:11.523 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:11.524 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:11.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:11 smithi046 conmon[35376]: cluster 2024-01-16T08:44:10.572299+0000 mgr.smithi046.mmaeer (mgr.14182) 755 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:11.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:11 smithi160 conmon[40884]: cluster 2024-01-16T08:44:10.572299+0000 mgr.smithi046.mmaeer (mgr.14182) 755 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:12.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:12.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:12 smithi160 conmon[40884]: audit 2024-01-16T08:44:11.526287+0000 mgr.smithi046.mmaeer (mgr.14182) 756 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:12 smithi046 conmon[35376]: audit 2024-01-16T08:44:11.526287+0000 mgr.smithi046.mmaeer (mgr.14182) 756 : audit 2024-01-16T08:44:13.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:12 smithi046 conmon[35376]: [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:13.162 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:13.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:13 smithi160 conmon[40884]: cluster 2024-01-16T08:44:12.572986+0000 mgr.smithi046.mmaeer (mgr.14182) 757 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:14.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:13 smithi046 conmon[35376]: cluster 2024-01-16T08:44:12.572986+0000 mgr.smithi046.mmaeer (mgr.14182) 757 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:15.147 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:15.147 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:15.770 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:15.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:15 smithi160 conmon[40884]: cluster 2024-01-16T08:44:14.573860+0000 mgr.smithi046.mmaeer (mgr.14182) 758 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:16.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:15 smithi046 conmon[35376]: cluster 2024-01-16T08:44:14.573860+0000 mgr.smithi046.mmaeer (mgr.14182) 758 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:16.771 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:16.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:16 smithi160 conmon[40884]: audit 2024-01-16T08:44:15.150203+0000 mgr.smithi046.mmaeer (mgr.14182) 759 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:17.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:16 smithi046 conmon[35376]: audit 2024-01-16T08:44:15.150203+0000 mgr.smithi046.mmaeer (mgr.14182) 759 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:17.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:17 smithi046 conmon[35376]: cluster 2024-01-16T08:44:16.574388+0000 mgr.smithi046.mmaeer (mgr.14182) 760 2024-01-16T08:44:17.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:17 smithi046 conmon[35376]: : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:17.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:17 smithi160 conmon[40884]: cluster 2024-01-16T08:44:16.574388+0000 mgr.smithi046.mmaeer (mgr.14182) 760 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:18.690 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:18.690 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:19.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:19.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:19 smithi160 conmon[40884]: cluster 2024-01-16T08:44:18.575077+0000 mgr.smithi046.mmaeer (mgr.14182) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:19.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:19 smithi160 conmon[40884]: audit 2024-01-16T08:44:19.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:19 smithi160 conmon[40884]: 2024-01-16T08:44:18.693238+0000 mgr.smithi046.mmaeer (mgr.14182) 762 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:20.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:19 smithi046 conmon[35376]: cluster 2024-01-16T08:44:18.575077+0000 mgr.smithi046.mmaeer (mgr.14182) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:20.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:19 smithi046 conmon[35376]: audit 2024-01-16T08:44:18.693238+0000 mgr.smithi046.mmaeer (mgr.14182) 762 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:20.326 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:21.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:21 smithi046 conmon[35376]: cluster 2024-01-16T08:44:20.575429+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:44:21.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:21 smithi046 conmon[35376]: 14182) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:21.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:21 smithi160 conmon[40884]: cluster 2024-01-16T08:44:20.575429+0000 mgr.smithi046.mmaeer (mgr.14182) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:22.276 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:22.276 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:22.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:23.926 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:23.961 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:23 smithi046 conmon[35376]: audit 2024-01-16T08:44:22.280078+0000 mgr.smithi046.mmaeer (mgr.14182) 764 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:23.962 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:23 smithi046 conmon[35376]: cluster 2024-01-16T08:44:22.576072+0000 mgr.smithi046.mmaeer (mgr.14182) 765 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:23.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:23 smithi160 conmon[40884]: audit 2024-01-16T08:44:22.280078+0000 mgr.smithi046.mmaeer (mgr.14182) 764 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:23.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:23 smithi160 conmon[40884]: cluster 2024-01-16T08:44:23.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:23 smithi160 conmon[40884]: 2024-01-16T08:44:22.576072+0000 mgr.smithi046.mmaeer (mgr.14182) 765 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:25.850 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:25.850 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:25 smithi160 conmon[40884]: cluster 2024-01-16T08:44:24.576950+0000 mgr.smithi046.mmaeer (mgr.14182) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:26.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:25 smithi046 conmon[35376]: cluster 2024-01-16T08:44:24.576950+0000 mgr.smithi046.mmaeer (mgr.14182) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:26.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:27.434 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:27.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:27 smithi046 conmon[35376]: audit 2024-01-16T08:44:25.853359+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:44:27.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:27 smithi046 conmon[35376]: 767 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:27.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:27 smithi046 conmon[35376]: cluster 2024-01-16T08:44:26.577593+0000 mgr.smithi046.mmaeer (mgr.14182) 768 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:27.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:27 smithi160 conmon[40884]: audit 2024-01-16T08:44:25.853359+0000 mgr.smithi046.mmaeer (mgr.14182) 767 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:27.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:27 smithi160 conmon[40884]: cluster 2024-01-16T08:44:26.577593+0000 mgr.smithi046.mmaeer (mgr.14182) 768 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:29.309 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:29.309 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:29.840 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:29 smithi160 conmon[40884]: cluster 2024-01-16T08:44:28.578490+0000 mgr.smithi046.mmaeer (mgr.14182) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:30.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:29 smithi046 conmon[35376]: cluster 2024-01-16T08:44:28.578490+0000 mgr.smithi046.mmaeer (mgr.14182) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:30.841 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:30 smithi160 conmon[40884]: audit 2024-01-16T08:44:29.312543+0000 mgr.smithi046.mmaeer (mgr.14182) 770 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:30 smithi046 conmon[35376]: audit 2024-01-16T08:44:29.312543+0000 mgr.smithi046.mmaeer (mgr.14182) 770 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:31.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:31 smithi160 conmon[40884]: cluster 2024-01-16T08:44:30.578852+0000 mgr.smithi046.mmaeer (mgr.14182) 771 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:32.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:31 smithi046 conmon[35376]: cluster 2024-01-16T08:44:30.578852+0000 mgr.smithi046.mmaeer (mgr.14182) 771 : cluster 2024-01-16T08:44:32.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:31 smithi046 conmon[35376]: [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:32.844 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:32.844 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:33.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:33 smithi160 conmon[40884]: cluster 2024-01-16T08:44:32.579541+0000 mgr.smithi046.mmaeer (mgr.14182) 772 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:33 smithi160 conmon[40884]: 2024-01-16T08:44:34.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:33 smithi046 conmon[35376]: cluster 2024-01-16T08:44:32.579541+0000 mgr.smithi046.mmaeer (mgr.14182) 772 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:34.332 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:34.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:34 smithi160 conmon[40884]: audit 2024-01-16T08:44:32.847441+0000 mgr.smithi046.mmaeer (mgr.14182) 773 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:35.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:34 smithi046 conmon[35376]: audit 2024-01-16T08:44:32.847441+0000 mgr.smithi046.mmaeer (mgr.14182) 773 : audit 2024-01-16T08:44:35.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:34 smithi046 conmon[35376]: [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:35.956 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:35 smithi046 conmon[35376]: cluster 2024-01-16T08:44:34.580376+0000 mgr.smithi046.mmaeer (mgr.14182) 774 : cluster 2024-01-16T08:44:35.956 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:35 smithi046 conmon[35376]: [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:35 smithi160 conmon[40884]: cluster 2024-01-16T08:44:34.580376+0000 mgr.smithi046.mmaeer (mgr.14182) 774 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:36.363 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:36.364 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:36.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:37.950 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:37.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:37 smithi046 conmon[35376]: audit 2024-01-16T08:44:36.367135+0000 mgr.smithi046.mmaeer (mgr.14182) 775 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:37.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:37 smithi046 conmon[35376]: cluster 2024-01-16T08:44:36.580904+0000 mgr.smithi046.mmaeer (mgr.14182) 776 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:37 smithi160 conmon[40884]: audit 2024-01-16T08:44:36.367135+0000 mgr.smithi046.mmaeer (mgr.14182) 775 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:37 smithi160 conmon[40884]: cluster 2024-01-16T08:44:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:37 smithi160 conmon[40884]: 2024-01-16T08:44:36.580904+0000 mgr.smithi046.mmaeer (mgr.14182) 776 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:39 smithi046 conmon[35376]: cluster 2024-01-16T08:44:38.581599+0000 mgr.smithi046.mmaeer (mgr.14182) 777 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:39.957 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:39.957 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:39 smithi160 conmon[40884]: cluster 2024-01-16T08:44:38.581599+0000 mgr.smithi046.mmaeer (mgr.14182) 777 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:40.614 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:41.615 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:42.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:41 smithi046 conmon[35376]: audit 2024-01-16T08:44:39.961152+0000 mgr.smithi046.mmaeer (mgr.14182) 778 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:42.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:41 smithi046 conmon[35376]: cluster 2024-01-16T08:44:40.582124+0000 mgr.smithi046.mmaeer (mgr.14182) 779 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:41 smithi160 conmon[40884]: audit 2024-01-16T08:44:39.961152+0000 mgr.smithi046.mmaeer (mgr.14182) 778 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:42.343 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:41 smithi160 conmon[40884]: cluster 2024-01-16T08:44:40.582124+0000 mgr.smithi046.mmaeer (mgr.14182) 779 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:43.556 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:43.556 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:43 smithi046 conmon[35376]: cluster 2024-01-16T08:44:42.582891+0000 mgr.smithi046.mmaeer (mgr.14182) 780 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:44.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:43 smithi160 conmon[40884]: cluster 2024-01-16T08:44:42.582891+0000 mgr.smithi046.mmaeer (mgr.14182) 780 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:44 smithi046 conmon[35376]: audit 2024-01-16T08:44:43.559130+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:44:45.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:44 smithi046 conmon[35376]: ) 781 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:45.108 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:44 smithi160 conmon[40884]: audit 2024-01-16T08:44:43.559130+0000 mgr.smithi046.mmaeer (mgr.14182) 781 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:45.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:45 smithi046 conmon[35376]: cluster 2024-01-16T08:44:44.583647+0000 mgr.smithi046.mmaeer (mgr.14182) 782 2024-01-16T08:44:45.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:45 smithi046 conmon[35376]: : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:46.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:45 smithi160 conmon[40884]: cluster 2024-01-16T08:44:44.583647+0000 mgr.smithi046.mmaeer (mgr.14182) 782 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:47.048 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:47.048 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:47.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:47 smithi046 conmon[35376]: cluster 2024-01-16T08:44:46.584198+0000 mgr.smithi046.mmaeer (mgr.14182) 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:47 smithi160 conmon[40884]: cluster 2024-01-16T08:44:46.584198+0000 mgr.smithi046.mmaeer (mgr.14182) 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:48.757 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:49.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:48 smithi046 conmon[35376]: audit 2024-01-16T08:44:47.051372+0000 mgr.smithi046.mmaeer 2024-01-16T08:44:49.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:48 smithi046 conmon[35376]: (mgr.14182) 784 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:49.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:48 smithi160 conmon[40884]: audit 2024-01-16T08:44:47.051372+0000 mgr.smithi046.mmaeer (mgr.14182) 784 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:49 smithi046 conmon[35376]: cluster 2024-01-16T08:44:48.585155+0000 mgr.smithi046.mmaeer (mgr.14182) 785 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:50.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:49 smithi160 conmon[40884]: cluster 2024-01-16T08:44:48.585155+0000 mgr.smithi046.mmaeer (mgr.14182) 785 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:50.731 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:50.731 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:51.278 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:51 smithi046 conmon[35376]: cluster 2024-01-16T08:44:50.585562+0000 mgr.smithi046.mmaeer (mgr.14182) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:51 smithi046 conmon[35376]: audit 2024-01-16T08:44:50.734607+0000 mgr.smithi046.mmaeer (mgr.14182) 787 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:51 smithi160 conmon[40884]: cluster 2024-01-16T08:44:50.585562+0000 mgr.smithi046.mmaeer (mgr.14182) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:51 smithi160 conmon[40884]: audit 2024-01-16T08:44:50.734607+0000 mgr.smithi046.mmaeer (mgr.14182) 787 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:52.280 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:53.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:53 smithi046 conmon[35376]: cluster 2024-01-16T08:44:52.586190+0000 mgr.smithi046.mmaeer (mgr.14182) 788 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:53 smithi160 conmon[40884]: cluster 2024-01-16T08:44:52.586190+0000 mgr.smithi046.mmaeer (mgr.14182) 788 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:54.267 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:54.268 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:54.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:55.849 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:56.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:55 smithi046 conmon[35376]: audit 2024-01-16T08:44:54.271308+0000 mgr.smithi046.mmaeer (mgr.14182) 789 : audit [DBG] 2024-01-16T08:44:56.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:55 smithi046 conmon[35376]: from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:56.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:55 smithi046 conmon[35376]: cluster 2024-01-16T08:44:54.586982+0000 mgr.smithi046.mmaeer (mgr.14182) 790 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:55 smithi160 conmon[40884]: audit 2024-01-16T08:44:54.271308+0000 mgr.smithi046.mmaeer (mgr.14182) 789 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:55 smithi160 conmon[40884]: cluster 2024-01-16T08:44:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:55 smithi160 conmon[40884]: 2024-01-16T08:44:54.586982+0000 mgr.smithi046.mmaeer (mgr.14182) 790 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:57.868 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:44:57.868 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:44:58.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:57 smithi046 conmon[35376]: cluster 2024-01-16T08:44:56.587533+0000 mgr.smithi046.mmaeer (mgr.14182) 791 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:57 smithi160 conmon[40884]: cluster 2024-01-16T08:44:56.587533+0000 mgr.smithi046.mmaeer (mgr.14182) 791 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:44:58.538 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:44:59.539 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:44:59.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:59 smithi046 conmon[35376]: audit 2024-01-16T08:44:57.871538+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:44:59.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:59 smithi046 conmon[35376]: 14182) 792 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:44:59.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:44:59 smithi046 conmon[35376]: cluster 2024-01-16T08:44:58.588413+0000 mgr.smithi046.mmaeer (mgr.14182) 793 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:00.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:59 smithi160 conmon[40884]: audit 2024-01-16T08:44:57.871538+0000 mgr.smithi046.mmaeer (mgr.14182) 792 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:00.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:44:59 smithi160 conmon[40884]: cluster 2024-01-16T08:44:58.588413+0000 mgr.smithi046.mmaeer (mgr.14182) 793 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:01.477 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:01.477 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:02.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:02.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:01 smithi046 conmon[35376]: cluster 2024-01-16T08:45:00.588843+0000 mgr.smithi046.mmaeer (mgr.14182) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:02.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:01 smithi160 conmon[40884]: cluster 2024-01-16T08:45:00.588843+0000 mgr.smithi046.mmaeer (mgr.14182) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:03.031 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:03.066 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:02 smithi046 conmon[35376]: audit 2024-01-16T08:45:01.480438+0000 mgr.smithi046.mmaeer (mgr.14182) 795 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:03.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:02 smithi046 conmon[35376]: 2024-01-16T08:45:03.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:02 smithi160 conmon[40884]: audit 2024-01-16T08:45:01.480438+0000 mgr.smithi046.mmaeer (mgr.14182) 795 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:03.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:03 smithi046 conmon[35376]: cluster 2024-01-16T08:45:02 2024-01-16T08:45:03.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:03 smithi046 conmon[35376]: .589459+0000 mgr.smithi046.mmaeer (mgr.14182) 796 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:04.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:03 smithi160 conmon[40884]: cluster 2024-01-16T08:45:02.589459+0000 mgr.smithi046.mmaeer (mgr.14182) 796 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:04.951 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:04.951 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:05.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:05.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:05 smithi046 conmon[35376]: cluster 2024-01-16T08:45:04.590227 2024-01-16T08:45:05.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:05 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:06.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:05 smithi160 conmon[40884]: cluster 2024-01-16T08:45:04.590227+0000 mgr.smithi046.mmaeer (mgr.14182) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:06.602 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:07.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:06 smithi046 conmon[35376]: audit 2024-01-16T08:45:04.954611+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:45:07.048 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:06 smithi046 conmon[35376]: ) 798 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:07.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:06 smithi160 conmon[40884]: audit 2024-01-16T08:45:04.954611+0000 mgr.smithi046.mmaeer (mgr.14182) 798 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:08.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:07 smithi046 conmon[35376]: cluster 2024-01-16T08:45:06.590812+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:45:08.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:07 smithi046 conmon[35376]: ) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:07 smithi160 conmon[40884]: cluster 2024-01-16T08:45:06.590812+0000 mgr.smithi046.mmaeer (mgr.14182) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:08.520 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:08.521 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:09.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:10.120 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:09 smithi046 conmon[35376]: audit 2024-01-16T08:45:08.524576+0000 mgr.smithi046.mmaeer (mgr.14182) 800 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:10.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:09 smithi046 conmon[35376]: cluster 2024-01-16T08:45:08.591516+0000 mgr.smithi046.mmaeer (mgr.14182) 801 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:09 smithi160 conmon[40884]: audit 2024-01-16T08:45:08.524576+0000 mgr.smithi046.mmaeer (mgr.14182) 800 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:09 smithi160 conmon[40884]: cluster 2024-01-16T08:45:08.591516+0000 mgr.smithi046.mmaeer (mgr.14182) 801 2024-01-16T08:45:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:09 smithi160 conmon[40884]: : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:11 smithi046 conmon[35376]: cluster 2024-01-16T08:45:10.591960+0000 mgr.smithi046.mmaeer (mgr.14182) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:12.183 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:12.184 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:11 smithi160 conmon[40884]: cluster 2024-01-16T08:45:10.591960+0000 mgr.smithi046.mmaeer (mgr.14182) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:12.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:13.794 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:14.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:13 smithi046 conmon[35376]: audit 2024-01-16T08:45 2024-01-16T08:45:14.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:13 smithi046 conmon[35376]: :12.186922+0000 mgr.smithi046.mmaeer (mgr.14182) 803 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:14.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:13 smithi046 conmon[35376]: cluster 2024-01-16T08:45:12.592773+0000 mgr.smithi046.mmaeer (mgr.14182) 804 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:14.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:13 smithi160 conmon[40884]: audit 2024-01-16T08:45:12.186922+0000 mgr.smithi046.mmaeer (mgr.14182) 803 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:14.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:13 smithi160 conmon[40884]: cluster 2024-01-16T08:45:14.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:13 smithi160 conmon[40884]: 2024-01-16T08:45:12.592773+0000 mgr.smithi046.mmaeer (mgr.14182) 804 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:15.706 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:15.707 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:16.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:15 smithi046 conmon[35376]: cluster 2024-01-16T08:45:14.593403+0000 mgr.smithi046.mmaeer (mgr.14182) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:16.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:15 smithi160 conmon[40884]: cluster 2024-01-16T08:45:14.593403+0000 mgr.smithi046.mmaeer (mgr.14182) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:16.284 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:17.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:16 smithi046 conmon[35376]: audit 2024-01-16T08:45:15.709700+0000 mgr.smithi046.mmaeer (mgr.14182) 806 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:17.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:16 smithi160 conmon[40884]: audit 2024-01-16T08:45:15.709700+0000 mgr.smithi046.mmaeer (mgr.14182) 806 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:17.285 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:18.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:17 smithi046 conmon[35376]: cluster 2024-01-16T08:45:16.593879+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:45:18.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:17 smithi046 conmon[35376]: .14182) 807 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:18.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:17 smithi160 conmon[40884]: cluster 2024-01-16T08:45:16.593879+0000 mgr.smithi046.mmaeer (mgr.14182) 807 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:19.202 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:19.202 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:19.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:20.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:19 smithi046 conmon[35376]: cluster 2024-01-16T08:45:18.594554+0000 mgr.smithi046.mmaeer (mgr.14182) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:20.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:19 smithi160 conmon[40884]: cluster 2024-01-16T08:45:18.594554+0000 mgr.smithi046.mmaeer (mgr.14182) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:20.794 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:21.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:20 smithi046 conmon[35376]: audit 2024-01-16T08:45:19.205112+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:45:21.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:20 smithi046 conmon[35376]: mgr.14182) 809 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:21.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:20 smithi160 conmon[40884]: audit 2024-01-16T08:45:19.205112+0000 mgr.smithi046.mmaeer (mgr.14182) 809 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:22.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:21 smithi046 conmon[35376]: cluster 2024-01-16T08:45:20.595119+0000 mgr.smithi046.mmaeer (mgr.14182) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:21 smithi160 conmon[40884]: cluster 2024-01-16T08:45:20.595119+0000 mgr.smithi046.mmaeer (mgr.14182) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:22.707 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:22.707 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:23.358 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:24.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:23 smithi046 conmon[35376]: cluster 2024-01-16T08:45:22.595677+0000 mgr.smithi046.mmaeer (mgr.14182) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:24.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:23 smithi046 conmon[35376]: audit 2024-01-16T08:45:22.710625+0000 mgr.smithi046.mmaeer (mgr.14182) 812 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:23 smithi160 conmon[40884]: cluster 2024-01-16T08:45:22.595677+0000 mgr.smithi046.mmaeer (mgr.14182) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:23 smithi160 conmon[40884]: audit 2024-01-16T08:45:22.710625+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:45:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:23 smithi160 conmon[40884]: ) 812 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:24.359 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:26.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:25 smithi046 conmon[35376]: cluster 2024-01-16T08:45:24.596296+0000 mgr.smithi046.mmaeer (mgr.14182) 813 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:26.169 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:26.169 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:25 smithi160 conmon[40884]: cluster 2024-01-16T08:45:24.596296+0000 mgr.smithi046.mmaeer (mgr.14182) 813 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:26.822 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:27.824 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:27 smithi046 conmon[35376]: audit 2024-01-16T08:45:26.173014+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:27 smithi046 conmon[35376]: ) 814 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:27 smithi046 conmon[35376]: cluster 2024-01-16T08:45:26.596803+0000 mgr.smithi046.mmaeer (mgr.14182) 815 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:27 smithi160 conmon[40884]: audit 2024-01-16T08:45:26.173014+0000 mgr.smithi046.mmaeer (mgr.14182) 814 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:27 smithi160 conmon[40884]: cluster 2024-01-16T08:45:26.596803+0000 mgr.smithi046.mmaeer (mgr.14182) 815 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:29.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:28 smithi160 conmon[40884]: cluster 2024-01-16T08:45:28.597580+0000 mgr.smithi046.mmaeer (mgr.14182) 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:29.231 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:28 smithi046 conmon[35376]: cluster 2024-01-16T08:45:28.597580+0000 mgr.smithi046.mmaeer (mgr.14182) 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:29.701 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:29.701 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:30.315 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:30.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:30 smithi046 conmon[35376]: audit 2024-01-16T08:45:29.704442+0000 mgr.smithi046.mmaeer (mgr.14182) 817 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:30 smithi160 conmon[40884]: audit 2024-01-16T08:45:29.704442+0000 mgr.smithi046.mmaeer (mgr.14182) 817 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:31.316 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:31 smithi046 conmon[35376]: cluster 2024-01-16T08:45:30.598213+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:45:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:31 smithi046 conmon[35376]: 14182) 818 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:31.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:31 smithi160 conmon[40884]: cluster 2024-01-16T08:45:30.598213+0000 mgr.smithi046.mmaeer (mgr.14182) 818 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:33.240 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:33.240 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:33.832 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:33.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:33 smithi046 conmon[35376]: cluster 2024-01-16T08:45:32.598825+0000 mgr.smithi046.mmaeer (mgr.14182) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:33 smithi160 conmon[40884]: cluster 2024-01-16T08:45:32.598825+0000 mgr.smithi046.mmaeer (mgr.14182) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:34.832 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:34.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:34 smithi046 conmon[35376]: audit 2024-01-16T08:45:33.243743+0000 mgr.smithi046.mmaeer (mgr.14182) 820 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:34.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:34 smithi160 conmon[40884]: audit 2024-01-16T08:45:33.243743+0000 mgr.smithi046.mmaeer (mgr.14182) 820 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:35 smithi046 conmon[35376]: cluster 2024-01-16T08:45:34.599532+0000 mgr.smithi046.mmaeer (mgr.14182) 821 : cluster 2024-01-16T08:45:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:35 smithi046 conmon[35376]: [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:35.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:35 smithi160 conmon[40884]: cluster 2024-01-16T08:45:34.599532+0000 mgr.smithi046.mmaeer (mgr.14182) 821 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:36.817 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:36.817 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:37.441 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:37.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:37 smithi046 conmon[35376]: cluster 2024-01-16T08:45:36.599919+0000 mgr.smithi046.mmaeer (mgr.14182) 822 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:37.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:37 smithi046 conmon[35376]: audit 2024-01-16T08:45:36.819087+0000 mgr.smithi046.mmaeer (mgr.14182) 823 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:37 smithi160 conmon[40884]: cluster 2024-01-16T08:45:36.599919+0000 mgr.smithi046.mmaeer (mgr.14182) 822 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:37 smithi160 conmon[40884]: audit 2024-01-16T08:45:36.819087+0000 mgr.smithi046.mmaeer (mgr.14182) 823 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:38.442 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:39 smithi046 conmon[35376]: cluster 2024-01-16T08:45:38.600570+0000 mgr.smithi046.mmaeer (mgr.14182) 824 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:39.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:39 smithi160 conmon[40884]: cluster 2024-01-16T08:45:38.600570+0000 mgr.smithi046.mmaeer (mgr.14182) 824 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:40.581 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:40.581 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:41.276 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:41 smithi160 conmon[40884]: audit 2024-01-16T08:45:40.584820+0000 mgr.smithi046.mmaeer (mgr.14182) 825 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:41 smithi160 conmon[40884]: 2024-01-16T08:45:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:41 smithi160 conmon[40884]: cluster 2024-01-16T08:45:40.600948+0000 mgr.smithi046.mmaeer (mgr.14182) 826 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:41 smithi046 conmon[35376]: audit 2024-01-16T08:45:40.584820+0000 mgr.smithi046.mmaeer (mgr.14182) 825 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:42.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:41 smithi046 conmon[35376]: cluster 2024-01-16T08:45:40.600948+0000 mgr.smithi046.mmaeer (mgr.14182) 826 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:42.277 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:43.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:43 smithi046 conmon[35376]: cluster 2024-01-16T08:45:42.601478+0000 mgr.smithi046.mmaeer (mgr.14182) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:43.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:43 smithi160 conmon[40884]: cluster 2024-01-16T08:45:42.601478+0000 mgr.smithi046.mmaeer (mgr.14182) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:44.233 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:44.234 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:44.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:45.775 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:45 smithi160 conmon[40884]: audit 2024-01-16T08:45:44.237581+0000 mgr.smithi046.mmaeer (mgr.14182) 828 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:45 smithi160 conmon[40884]: 2024-01-16T08:45:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:45 smithi160 conmon[40884]: cluster 2024-01-16T08:45:44.602174+0000 mgr.smithi046.mmaeer (mgr.14182) 829 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:46.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:45 smithi046 conmon[35376]: audit 2024-01-16T08:45:44.237581+0000 mgr.smithi046.mmaeer (mgr.14182) 828 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:46.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:45 smithi046 conmon[35376]: cluster 2024-01-16T08:45:44.602174+0000 mgr.smithi046.mmaeer (mgr.14182) 829 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:47.872 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:47.872 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:47.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:47 smithi046 conmon[35376]: cluster 2024-01-16T08:45:46.602609+0000 mgr.smithi046.mmaeer (mgr.14182) 830 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:47.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:47 smithi160 conmon[40884]: cluster 2024-01-16T08:45:46.602609+0000 mgr.smithi046.mmaeer (mgr.14182) 830 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:48.473 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:49.474 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:49 smithi046 conmon[35376]: audit 2024-01-16T08:45:47.875366+0000 mgr.smithi046.mmaeer (mgr.14182) 831 : audit [DBG] 2024-01-16T08:45:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:49 smithi046 conmon[35376]: from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:49 smithi046 conmon[35376]: cluster 2024-01-16T08:45:48.603326+0000 mgr.smithi046.mmaeer (mgr.14182) 832 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:49.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:49 smithi160 conmon[40884]: audit 2024-01-16T08:45:47.875366+0000 mgr.smithi046.mmaeer (mgr.14182) 831 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:49.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:49 smithi160 conmon[40884]: cluster 2024-01-16T08:45:48.603326+0000 mgr.smithi046.mmaeer (mgr.14182) 832 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:51.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:51.375 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:51.926 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:51 smithi046 conmon[35376]: cluster 2024-01-16T08:45:50.603723+0000 mgr.smithi046.mmaeer (mgr.14182) 833 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:51.946 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:51.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:51 smithi160 conmon[40884]: cluster 2024-01-16T08:45:50.603723+0000 mgr.smithi046.mmaeer (mgr.14182) 833 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:52.947 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:52.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:52 smithi160 conmon[40884]: audit 2024-01-16T08:45:51.378519+0000 mgr.smithi046.mmaeer (mgr.14182) 834 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:52.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:52 smithi160 conmon[40884]: 2024-01-16T08:45:52.983 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:52 smithi046 conmon[35376]: audit 2024-01-16T08:45:51.378519+0000 mgr.smithi046.mmaeer 2024-01-16T08:45:52.983 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:52 smithi046 conmon[35376]: (mgr.14182) 834 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:53.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:53 smithi160 conmon[40884]: cluster 2024-01-16T08:45:52.604297+0000 mgr.smithi046.mmaeer (mgr.14182) 835 : cluster [DBG] 2024-01-16T08:45:53.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:53 smithi160 conmon[40884]: pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:53 smithi046 conmon[35376]: cluster 2024-01-16T08:45:52.604297+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:45:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:53 smithi046 conmon[35376]: .14182) 835 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:54.874 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:54.874 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:55.434 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:55.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:55 smithi160 conmon[40884]: cluster 2024-01-16T08:45:54.604885+0000 mgr.smithi046.mmaeer (mgr.14182) 836 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:55 smithi046 conmon[35376]: cluster 2024-01-16T08:45:54.604885+0000 mgr.smithi046.mmaeer (mgr.14182) 836 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:56.435 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:45:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:56 smithi046 conmon[35376]: audit 2024-01-16T08:45:54.877744+0000 mgr.smithi046.mmaeer (mgr.14182) 837 : audit [DBG] 2024-01-16T08:45:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:56 smithi046 conmon[35376]: from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:56.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:56 smithi160 conmon[40884]: audit 2024-01-16T08:45:54.877744+0000 mgr.smithi046.mmaeer (mgr.14182) 837 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:57.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:57 smithi160 conmon[40884]: cluster 2024-01-16T08:45:56.605407+0000 mgr.smithi046.mmaeer (mgr.14182) 838 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:57.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:57 smithi046 conmon[35376]: cluster 2024-01-16T08:45:56.605407+0000 mgr.smithi046.mmaeer (mgr.14182) 838 : cluster [DBG] 2024-01-16T08:45:57.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:57 smithi046 conmon[35376]: pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:45:58.394 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:45:58.394 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:45:59.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:45:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:59 smithi160 conmon[40884]: audit 2024-01-16T08:45:58.397965+0000 mgr.smithi046.mmaeer (mgr.14182) 839 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:45:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:59 smithi160 conmon[40884]: cluster 2024-01-16T08:45:58.606209+0000 mgr.smithi046.mmaeer (mgr.14182) 840 : 2024-01-16T08:45:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:45:59 smithi160 conmon[40884]: cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:00.030 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:00.065 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:59 smithi046 conmon[35376]: audit 2024-01-16T08:45:58.397965+0000 mgr.smithi046.mmaeer (mgr.14182) 839 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:00.066 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:45:59 smithi046 conmon[35376]: cluster 2024-01-16T08:45:58.606209+0000 mgr.smithi046.mmaeer (mgr.14182) 840 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:01 smithi160 conmon[40884]: cluster 2024-01-16T08:46:00.606692+0000 mgr.smithi046.mmaeer (mgr.14182) 841 : cluster 2024-01-16T08:46:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:01 smithi160 conmon[40884]: [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:02.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:02.117 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:02.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:01 smithi046 conmon[35376]: cluster 2024-01-16T08:46:00.606692+0000 mgr.smithi046.mmaeer (mgr.14182) 841 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:02.663 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:03.663 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:03 smithi160 conmon[40884]: audit 2024-01-16T08:46:02.120930+0000 mgr.smithi046.mmaeer (mgr.14182) 842 : audit [DBG] 2024-01-16T08:46:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:03 smithi160 conmon[40884]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:03.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:03 smithi160 conmon[40884]: cluster 2024-01-16T08:46:02.607503+0000 mgr.smithi046.mmaeer (mgr.14182) 843 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:04.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:03 smithi046 conmon[35376]: audit 2024-01-16T08:46:02.120930+0000 mgr.smithi046.mmaeer (mgr.14182) 842 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:04.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:03 smithi046 conmon[35376]: cluster 2024-01-16T08:46:02.607503+0000 mgr.smithi046.mmaeer (mgr.14182) 843 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:05.654 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:05.655 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:37:43.496921Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.ggzfiu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:05.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:05 smithi160 conmon[40884]: cluster 2024-01-16T08:46:04.608401+0000 mgr.smithi046.mmaeer (mgr.14182) 844 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:05.999 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:05 smithi046 conmon[35376]: cluster 2024-01-16T08:46:04.608401+0000 mgr.smithi046.mmaeer (mgr.14182) 844 2024-01-16T08:46:05.999 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:05 smithi046 conmon[35376]: : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:06.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:06.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:06 smithi160 conmon[40884]: audit 2024-01-16T08:46:05.658127+0000 mgr.smithi046.mmaeer (mgr.14182) 845 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:06.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:06 smithi160 conmon[40884]: audit 2024-01-16T08:46:06.008387+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.efunwk"}]: dispatch 2024-01-16T08:46:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:06 smithi046 conmon[35376]: audit 2024-01-16T08:46:05.658127+0000 mgr.smithi046.mmaeer (mgr.14182) 845 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:06 smithi046 conmon[35376]: audit 2024-01-16T08:46:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:06 smithi046 conmon[35376]: 2024-01-16T08:46:06.008387+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.efunwk"}]: dispatch 2024-01-16T08:46:07.295 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: cephadm 2024-01-16T08:46:06.007753+0000 mgr.smithi046.mmaeer (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:07.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: cephadm 2024-01-16T08:46:06.007993+0000 mgr.smithi046.mmaeer (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: cephadm 2024-01-16T08:46:06.009394+0000 mgr.smithi046.mmaeer (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:07.974 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: cephadm 2024-01-16T08:46:06.011374+0000 mgr.smithi046.mmaeer (mgr.14182) 849 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.gvvxmq on smithi046 2024-01-16T08:46:07.975 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:07 smithi160 conmon[40884]: cluster 2024-01-16T08:46:06.609059+0000 mgr.smithi046.mmaeer (mgr.14182) 850 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:08.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: cephadm 2024-01-16T08:46:06.007753 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upg 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: rading: https://www.docker.com/increase-rate-limit 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: cephadm 2024-01-16T08:46:06.007993+0000 mgr.smithi046.mmaeer (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: cephadm 2024-01-16T08:46:06.009394+0000 mgr.smithi046.mmaeer (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.efunwk ... 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:46:08.057 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:09Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:44:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:45:25Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:46:08.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-16T08:46:08.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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-16T08:46:08.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:46:08.059 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: cephadm 2024-01-16T08:46:06.011374+0000 mgr.smithi046.mmaeer (mgr.14182) 849 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.gvvxmq on smithi046 2024-01-16T08:46:08.059 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:07 smithi046 conmon[35376]: cluster 2024-01-16T08:46:06.609059+0000 mgr.smithi046.mmaeer (mgr.14182) 850 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:09.228 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:09.228 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:09.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:09.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:09 smithi160 conmon[40884]: cluster 2024-01-16T08:46:08.610005+0000 mgr.smithi046.mmaeer (mgr.14182) 851 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:09 smithi046 conmon[35376]: cluster 2024-01-16T08:46:08.610005+0000 mgr.smithi046.mmaeer (mgr.14182) 851 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:10.805 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:10.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:10 smithi160 conmon[40884]: audit 2024-01-16T08:46:09.231702+0000 mgr.smithi046.mmaeer (mgr.14182) 852 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:10 smithi046 conmon[35376]: audit 2024-01-16T08:46:09.231702+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:46:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:10 smithi046 conmon[35376]: ) 852 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:11 smithi046 conmon[35376]: cluster 2024-01-16T08:46:10.610478+0000 mgr.smithi046.mmaeer (mgr.14182) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:11.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:11 smithi160 conmon[40884]: cluster 2024-01-16T08:46:10.610478+0000 mgr.smithi046.mmaeer (mgr.14182) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:12.692 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:12.693 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:13.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:13.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:13 smithi160 conmon[40884]: cluster 2024-01-16T08:46:12.611011+0000 mgr.smithi046.mmaeer (mgr.14182) 854 : cluster [DBG] 2024-01-16T08:46:13.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:13 smithi160 conmon[40884]: pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:13.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:13 smithi160 conmon[40884]: audit 2024-01-16T08:46:12.696569+0000 mgr.smithi046.mmaeer (mgr.14182) 855 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:14.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:13 smithi046 conmon[35376]: cluster 2024-01-16T08:46:12.611011+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:46:14.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:13 smithi046 conmon[35376]: 14182) 854 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:14.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:13 smithi046 conmon[35376]: audit 2024-01-16T08:46:12.696569+0000 mgr.smithi046.mmaeer (mgr.14182) 855 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:14.271 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:15.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:15 smithi046 conmon[35376]: cluster 2024-01-16T08:46:14.611631+0000 mgr.smithi046.mmaeer (mgr.14182) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:15.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:15 smithi160 conmon[40884]: cluster 2024-01-16T08:46:14.611631+0000 mgr.smithi046.mmaeer (mgr.14182) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:16.180 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:16.180 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:16.817 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:17.818 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:17.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:17 smithi160 conmon[40884]: audit 2024-01-16T08:46:16.184155+0000 mgr.smithi046.mmaeer (mgr.14182) 857 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:17.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:17 smithi160 conmon[40884]: cluster 2024-01-16T08:46:16.611974+0000 mgr.smithi046.mmaeer (mgr.14182) 858 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:18.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:17 smithi046 conmon[35376]: audit 2024-01-16T08:46:16.184155+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:46:18.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:17 smithi046 conmon[35376]: 857 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:18.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:17 smithi046 conmon[35376]: cluster 2024-01-16T08:46:16.611974+0000 mgr.smithi046.mmaeer (mgr.14182) 858 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:19.911 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:19.911 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:20.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:19 smithi046 conmon[35376]: cluster 2024-01-16T08:46:18.612946+0000 mgr.smithi046.mmaeer (mgr.14182) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:20.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:19 smithi160 conmon[40884]: cluster 2024-01-16T08:46:18.612946+0000 mgr.smithi046.mmaeer (mgr.14182) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:20.543 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:21.544 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:21.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:21 smithi046 conmon[35376]: audit 2024-01-16T08:46:19.914841+0000 mgr.smithi046.mmaeer (mgr.14182) 860 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:21.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:21 smithi046 conmon[35376]: cluster 2024-01-16T08:46:20.613538+0000 mgr.smithi046.mmaeer (mgr.14182) 861 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:21 smithi160 conmon[40884]: audit 2024-01-16T08:46:19.914841+0000 mgr.smithi046.mmaeer (mgr.14182) 860 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:21 smithi160 conmon[40884]: cluster 2024-01-16T08:46:20.613538+0000 mgr.smithi046.mmaeer (mgr.14182) 861 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:23.521 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:23.521 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:23.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:23 smithi046 conmon[35376]: cluster 2024-01-16T08:46:22.614224+0000 mgr.smithi046.mmaeer (mgr.14182) 862 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:24.116 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:23 smithi160 conmon[40884]: cluster 2024-01-16T08:46:22.614224+0000 mgr.smithi046.mmaeer (mgr.14182) 862 : cluster 2024-01-16T08:46:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:23 smithi160 conmon[40884]: [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:25.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:24 smithi046 conmon[35376]: audit 2024-01-16T08:46:23.524899+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:46:25.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:24 smithi046 conmon[35376]: 863 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:25.117 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:25.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:24 smithi160 conmon[40884]: audit 2024-01-16T08:46:23.524899+0000 mgr.smithi046.mmaeer (mgr.14182) 863 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:25 smithi046 conmon[35376]: cluster 2024-01-16T08:46:24.614990+0000 mgr.smithi046.mmaeer (mgr.14182) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:25 smithi160 conmon[40884]: cluster 2024-01-16T08:46:24.614990+0000 mgr.smithi046.mmaeer (mgr.14182) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:27.020 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:27.020 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:27.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:27 smithi046 conmon[35376]: cluster 2024-01-16T08:46:26.615378+0000 mgr.smithi046.mmaeer (mgr.14182) 865 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:27 smithi160 conmon[40884]: cluster 2024-01-16T08:46:26.615378+0000 mgr.smithi046.mmaeer (mgr.14182) 865 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:28.659 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:29.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:28 smithi046 conmon[35376]: audit 2024-01-16T08:46:27.023613+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:46:29.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:28 smithi046 conmon[35376]: mgr.14182) 866 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:29.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:28 smithi160 conmon[40884]: audit 2024-01-16T08:46:27.023613+0000 mgr.smithi046.mmaeer (mgr.14182) 866 : audit 2024-01-16T08:46:29.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:28 smithi160 conmon[40884]: [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:30.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:29 smithi046 conmon[35376]: cluster 2024-01-16T08:46:28.616160+0000 mgr.smithi046.mmaeer (mgr.14182) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:30.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:29 smithi160 conmon[40884]: cluster 2024-01-16T08:46:28.616160+0000 mgr.smithi046.mmaeer (mgr.14182) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:30.690 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:30.690 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:31.301 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:32.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:31 smithi046 conmon[35376]: cluster 2024-01-16T08:46:30.616518+0000 mgr.smithi046.mmaeer (mgr.14182) 868 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:32.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:31 smithi046 conmon[35376]: audit 2024-01-16T08:46:30.694488+0000 mgr.smithi046.mmaeer (mgr.14182) 869 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:32.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:31 smithi160 conmon[40884]: cluster 2024-01-16T08:46:30.616518+0000 mgr.smithi046.mmaeer (mgr.14182) 868 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:32.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:31 smithi160 conmon[40884]: audit 2024-01-16T08:46:30.694488+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:46:32.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:31 smithi160 conmon[40884]: mgr.14182) 869 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:32.303 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:33.944 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:33 smithi046 conmon[35376]: cluster 2024-01-16T08:46:32.617039+0000 mgr.smithi046.mmaeer (mgr.14182) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:34.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:33 smithi160 conmon[40884]: cluster 2024-01-16T08:46:32.617039+0000 mgr.smithi046.mmaeer (mgr.14182) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:34.322 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:34.322 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:34.975 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:35.976 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:36.012 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:35 smithi046 conmon[35376]: audit 2024-01-16T08:46:34.326579+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:46:36.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:35 smithi046 conmon[35376]: 14182) 871 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:36.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:35 smithi046 conmon[35376]: cluster 2024-01-16T08:46:34.617614+0000 mgr.smithi046.mmaeer (mgr.14182) 872 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:35 smithi160 conmon[40884]: audit 2024-01-16T08:46:34.326579+0000 mgr.smithi046.mmaeer (mgr.14182) 871 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:35 smithi160 conmon[40884]: cluster 2024-01-16T08:46:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:35 smithi160 conmon[40884]: 2024-01-16T08:46:34.617614+0000 mgr.smithi046.mmaeer (mgr.14182) 872 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:37.983 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:37.984 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:38.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:37 smithi046 conmon[35376]: cluster 2024-01-16T08:46:36.618033+0000 mgr.smithi046.mmaeer (mgr.14182) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:37 smithi160 conmon[40884]: cluster 2024-01-16T08:46:36.618033+0000 mgr.smithi046.mmaeer (mgr.14182) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:38.632 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:39.634 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:39 smithi046 conmon[35376]: audit 2024-01-16T08:46:37.987350+0000 mgr.smithi046.mmaeer (mgr.14182) 874 : audit 2024-01-16T08:46:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:39 smithi046 conmon[35376]: [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:40.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:39 smithi046 conmon[35376]: cluster 2024-01-16T08:46:38.618800+0000 mgr.smithi046.mmaeer (mgr.14182) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:39 smithi160 conmon[40884]: audit 2024-01-16T08:46:37.987350+0000 mgr.smithi046.mmaeer (mgr.14182) 874 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:39 smithi160 conmon[40884]: cluster 2024-01-16T08:46:38.618800+0000 mgr.smithi046.mmaeer (mgr.14182) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:41.612 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:41.612 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:41 smithi046 conmon[35376]: cluster 2024-01-16T08:46:40.619379+0000 mgr.smithi046.mmaeer (mgr.14182) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:41 smithi160 conmon[40884]: cluster 2024-01-16T08:46:40.619379+0000 mgr.smithi046.mmaeer (mgr.14182) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:42.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:43.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:42 smithi046 conmon[35376]: audit 2024-01-16T08:46:41.616191+0000 mgr.smithi046.mmaeer (mgr.14182) 877 : audit [DBG] 2024-01-16T08:46:43.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:42 smithi046 conmon[35376]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:43.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:42 smithi160 conmon[40884]: audit 2024-01-16T08:46:41.616191+0000 mgr.smithi046.mmaeer (mgr.14182) 877 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:43.291 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:44.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:43 smithi046 conmon[35376]: cluster 2024-01-16T08:46:42.620126+0000 mgr.smithi046.mmaeer (mgr.14182) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:43 smithi160 conmon[40884]: cluster 2024-01-16T08:46:42.620126+0000 mgr.smithi046.mmaeer (mgr.14182) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:45.317 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:45.318 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:45.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:46.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:45 smithi046 conmon[35376]: cluster 2024-01-16T08: 2024-01-16T08:46:46.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:45 smithi046 conmon[35376]: 46:44.620896+0000 mgr.smithi046.mmaeer (mgr.14182) 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:46.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:45 smithi160 conmon[40884]: cluster 2024-01-16T08:46:44.620896+0000 mgr.smithi046.mmaeer (mgr.14182) 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:46.908 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:46 smithi046 conmon[35376]: audit 2024-01-16T08:46:45.321887+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:46:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:46 smithi046 conmon[35376]: 880 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:46 smithi160 conmon[40884]: audit 2024-01-16T08:46:45.321887+0000 mgr.smithi046.mmaeer (mgr.14182) 880 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:47 smithi046 conmon[35376]: cluster 2024-01-16T08:46:46.621326+0000 mgr.smithi046.mmaeer (mgr.14182) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:47 smithi160 conmon[40884]: cluster 2024-01-16T08:46:46.621326+0000 mgr.smithi046.mmaeer (mgr.14182) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:48.877 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:48.878 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:49.541 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:50.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:49 smithi046 conmon[35376]: cluster 2024-01-16T08:46:48.622021+0000 mgr.smithi046.mmaeer (mgr.14182) 882 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:50.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:49 smithi160 conmon[40884]: cluster 2024-01-16T08:46:48.622021+0000 mgr.smithi046.mmaeer (mgr.14182) 882 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:50.541 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:50.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:50 smithi046 conmon[35376]: audit 2024-01-16T08:46:48.881911+0000 mgr.smithi046.mmaeer (mgr.14182) 883 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:51.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:50 smithi160 conmon[40884]: audit 2024-01-16T08:46:48.881911+0000 mgr.smithi046.mmaeer (mgr.14182) 883 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:51 smithi046 conmon[35376]: cluster 2024-01-16T08:46:50.622409+0000 mgr.smithi046.mmaeer (mgr.14182) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:51 smithi160 conmon[40884]: cluster 2024-01-16T08:46:50.622409+0000 mgr.smithi046.mmaeer (mgr.14182) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:52.692 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:52.692 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:53.340 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:53 smithi046 conmon[35376]: cluster 2024-01-16T08:46:52.623139+0000 mgr.smithi046.mmaeer (mgr.14182) 885 : 2024-01-16T08:46:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:53 smithi046 conmon[35376]: cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:53 smithi046 conmon[35376]: audit 2024-01-16T08:46:52.696875+0000 mgr.smithi046.mmaeer (mgr.14182) 886 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:53 smithi160 conmon[40884]: cluster 2024-01-16T08:46:52.623139+0000 mgr.smithi046.mmaeer (mgr.14182) 885 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:53 smithi160 conmon[40884]: audit 2024-01-16T08:46:52.696875+0000 mgr.smithi046.mmaeer (mgr.14182) 886 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:54.340 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:55 smithi046 conmon[35376]: cluster 2024-01-16T08:46:54.623728+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:46:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:55 smithi046 conmon[35376]: ) 887 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:56.213 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:56.213 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:46:56.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:55 smithi160 conmon[40884]: cluster 2024-01-16T08:46:54.623728+0000 mgr.smithi046.mmaeer (mgr.14182) 887 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:56.797 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:46:57.798 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:46:58.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:57 smithi046 conmon[35376]: audit 2024-01-16T08:46:56.217456+0000 mgr.smithi046.mmaeer (mgr.14182) 888 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:58.177 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:57 smithi046 conmon[35376]: cluster 2024-01-16T08:46:56.624288+0000 mgr.smithi046.mmaeer (mgr.14182) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:57 smithi160 conmon[40884]: audit 2024-01-16T08:46:56.217456+0000 mgr.smithi046.mmaeer (mgr.14182) 888 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:46:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:57 smithi160 conmon[40884]: cluster 2024-01-16T08:46:56.624288+0000 mgr.smithi046.mmaeer (mgr.14182) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:46:59.765 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:46:59.765 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:00.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:59 smithi046 conmon[35376]: cluster 2024-01-16T08:46:58.625234 2024-01-16T08:47:00.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:46:59 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 890 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:00.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:46:59 smithi160 conmon[40884]: cluster 2024-01-16T08:46:58.625234+0000 mgr.smithi046.mmaeer (mgr.14182) 890 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:00.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:00 smithi046 conmon[35376]: audit 2024-01-16T08:46:59.769320+0000 mgr.smithi046.mmaeer (mgr.14182) 891 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:00 smithi160 conmon[40884]: audit 2024-01-16T08:46:59.769320+0000 mgr.smithi046.mmaeer (mgr.14182) 891 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:01.448 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:02.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:01 smithi046 conmon[35376]: cluster 2024-01-16T08:47:00.625867+0000 mgr.smithi046.mmaeer (mgr.14182) 892 : cluster [DBG] 2024-01-16T08:47:02.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:01 smithi046 conmon[35376]: pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:02.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:01 smithi160 conmon[40884]: cluster 2024-01-16T08:47:00.625867+0000 mgr.smithi046.mmaeer (mgr.14182) 892 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:03.413 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:03.413 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:04.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:04.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:03 smithi046 conmon[35376]: cluster 2024-01-16T08:47:02.626483+0000 mgr.smithi046.mmaeer (mgr.14182) 893 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:04.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:03 smithi160 conmon[40884]: cluster 2024-01-16T08:47:02.626483+0000 mgr.smithi046.mmaeer (mgr.14182) 893 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:05.063 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:05.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:04 smithi046 conmon[35376]: audit 2024-01-16T08:47:03.416632+0000 mgr.smithi046.mmaeer (mgr.14182) 894 2024-01-16T08:47:05.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:04 smithi046 conmon[35376]: : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:05.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:04 smithi160 conmon[40884]: audit 2024-01-16T08:47:03.416632+0000 mgr.smithi046.mmaeer (mgr.14182) 894 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:06.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:05 smithi046 conmon[35376]: cluster 2024-01-16T08:47:04.627137+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:47:06.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:05 smithi046 conmon[35376]: .14182) 895 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:06.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:05 smithi160 conmon[40884]: cluster 2024-01-16T08:47:04.627137+0000 mgr.smithi046.mmaeer (mgr.14182) 895 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:07.024 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:07.024 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:07.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:07 smithi046 conmon[35376]: cluster 2024-01-16T08:47:06.627762+0000 mgr.smithi046.mmaeer (mgr.14182) 896 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:07 smithi160 conmon[40884]: cluster 2024-01-16T08:47:06.627762+0000 mgr.smithi046.mmaeer (mgr.14182) 896 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:08.672 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:08 smithi046 conmon[35376]: audit 2024-01-16T08:47:07.027565+0000 mgr.smithi046.mmaeer (mgr.14182) 897 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:08 smithi160 conmon[40884]: audit 2024-01-16T08:47:07.027565+0000 mgr.smithi046.mmaeer (mgr.14182) 897 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:09 smithi046 conmon[35376]: cluster 2024-01-16T08:47:08.628760+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:47:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:09 smithi046 conmon[35376]: 14182) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:09 smithi160 conmon[40884]: cluster 2024-01-16T08:47:08.628760+0000 mgr.smithi046.mmaeer (mgr.14182) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:10.629 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:10.629 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:11.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:11 smithi046 conmon[35376]: cluster 2024-01-16T08:47:10.629109+0000 mgr.smithi046.mmaeer (mgr.14182) 899 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:11 smithi046 conmon[35376]: audit 2024-01-16T08:47:10.632479+0000 mgr.smithi046.mmaeer (mgr.14182) 900 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:11 smithi160 conmon[40884]: cluster 2024-01-16T08:47:10.629109+0000 mgr.smithi046.mmaeer (mgr.14182) 899 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:11 smithi160 conmon[40884]: audit 2024-01-16T08:47:10.632479+0000 mgr.smithi046.mmaeer (mgr.14182) 900 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:12.262 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:13.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:13 smithi046 conmon[35376]: cluster 2024-01-16T08:47:12.629858+0000 mgr.smithi046.mmaeer (mgr.14182) 901 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:14.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:13 smithi160 conmon[40884]: cluster 2024-01-16T08:47:12.629858+0000 mgr.smithi046.mmaeer (mgr.14182) 901 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:14.342 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:14.342 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:15.002 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:16.003 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:16.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:15 smithi046 conmon[35376]: audit 2024-01-16T08:47 2024-01-16T08:47:16.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:15 smithi046 conmon[35376]: :14.345309+0000 mgr.smithi046.mmaeer (mgr.14182) 902 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:16.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:15 smithi046 conmon[35376]: cluster 2024-01-16T08:47:14.630421+0000 2024-01-16T08:47:16.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:15 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:16.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:15 smithi160 conmon[40884]: audit 2024-01-16T08:47:14.345309+0000 mgr.smithi046.mmaeer (mgr.14182) 902 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:16.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:15 smithi160 conmon[40884]: cluster 2024-01-16T08:47:14.630421+0000 mgr.smithi046.mmaeer (mgr.14182) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:17.840 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:17.840 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:18.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:17 smithi046 conmon[35376]: cluster 2024-01-16T08:47:16.630989+0000 mgr.smithi046.mmaeer (mgr.14182) 904 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:18.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:17 smithi160 conmon[40884]: cluster 2024-01-16T08:47:16.630989+0000 mgr.smithi046.mmaeer (mgr.14182) 904 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:18.511 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:19.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:18 smithi046 conmon[35376]: audit 2024-01-16T08:47:17.844068+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:47:19.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:18 smithi046 conmon[35376]: 905 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:18 smithi160 conmon[40884]: audit 2024-01-16T08:47:17.844068+0000 mgr.smithi046.mmaeer (mgr.14182) 905 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:19.512 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:20.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:19 smithi046 conmon[35376]: cluster 2024-01-16T08:47:18.631788+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:47:20.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:19 smithi046 conmon[35376]: .14182) 906 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:20.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:19 smithi160 conmon[40884]: cluster 2024-01-16T08:47:18.631788+0000 mgr.smithi046.mmaeer (mgr.14182) 906 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:21.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:20 smithi046 conmon[35376]: cluster 2024-01-16T08:47:20.632224+0000 mgr.smithi046.mmaeer (mgr.14182) 907 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:21.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:20 smithi160 conmon[40884]: cluster 2024-01-16T08:47:20.632224+0000 mgr.smithi046.mmaeer (mgr.14182) 907 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:21.553 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:21.553 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:22.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:21 smithi046 conmon[35376]: audit 2024-01-16T08:47:21.557015+0000 mgr.smithi046.mmaeer (mgr.14182) 908 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:21 smithi160 conmon[40884]: audit 2024-01-16T08:47:21.557015+0000 mgr.smithi046.mmaeer (mgr.14182) 908 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:22.225 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:23.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:22 smithi160 conmon[40884]: cluster 2024-01-16T08:47:22.632924+0000 mgr.smithi046.mmaeer (mgr.14182) 909 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:23.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:23.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:22 smithi046 conmon[35376]: cluster 2024-01-16T08:47:22.632924+0000 mgr.smithi046.mmaeer (mgr.14182) 909 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:25.310 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:25.311 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:25.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:25.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:25 smithi160 conmon[40884]: cluster 2024-01-16T08:47:24.633569+0000 mgr.smithi046.mmaeer (mgr.14182) 910 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:26.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:25 smithi046 conmon[35376]: cluster 2024-01-16T08:47:24.633569+0000 mgr.smithi046.mmaeer 2024-01-16T08:47:26.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:25 smithi046 conmon[35376]: (mgr.14182) 910 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:26.868 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:26.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:26 smithi160 conmon[40884]: audit 2024-01-16T08:47:25.314287+0000 mgr.smithi046.mmaeer (mgr.14182) 911 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:27.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:26 smithi046 conmon[35376]: audit 2024-01-16T08:47:25.314287+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:47:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:26 smithi046 conmon[35376]: 911 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:27.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:27 smithi160 conmon[40884]: cluster 2024-01-16T08:47:26.634148+0000 mgr.smithi046.mmaeer (mgr.14182) 912 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:27 smithi046 conmon[35376]: cluster 2024-01-16T08:47:26.634148+0000 mgr.smithi046.mmaeer (mgr.14182) 912 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:28.915 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:28.916 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:29.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:29.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:29 smithi046 conmon[35376]: cluster 2024-01-16T08:47:28.634856+0000 mgr.smithi046.mmaeer (mgr.14182) 913 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:29 smithi160 conmon[40884]: cluster 2024-01-16T08:47:28.634856+0000 mgr.smithi046.mmaeer (mgr.14182) 913 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:29.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:29 smithi160 conmon[40884]: 2024-01-16T08:47:30.626 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:30.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:30 smithi160 conmon[40884]: audit 2024-01-16T08:47:28.919243+0000 mgr.smithi046.mmaeer (mgr.14182) 914 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:30 smithi046 conmon[35376]: audit 2024-01-16T08:47:28.919243+0000 2024-01-16T08:47:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:30 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 914 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:31 smithi046 conmon[35376]: cluster 2024-01-16T08:47:30.635381+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:47:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:31 smithi046 conmon[35376]: .14182) 915 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:31.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:31 smithi160 conmon[40884]: cluster 2024-01-16T08:47:30.635381+0000 mgr.smithi046.mmaeer (mgr.14182) 915 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:32.692 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:32.692 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:33.310 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:33 smithi160 conmon[40884]: cluster 2024-01-16T08:47:32.635914+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:47:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:33 smithi160 conmon[40884]: ) 916 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:33.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:33 smithi160 conmon[40884]: audit 2024-01-16T08:47:32.696015+0000 mgr.smithi046.mmaeer (mgr.14182) 917 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:33 smithi046 conmon[35376]: cluster 2024-01-16T08:47:32.635914+0000 mgr.smithi046.mmaeer (mgr.14182) 916 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:33 smithi046 conmon[35376]: audit 2024-01-16T08:47:32.696015+0000 mgr.smithi046.mmaeer (mgr.14182) 917 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:34.311 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:35.899 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:35 smithi046 conmon[35376]: cluster 2024-01-16T08:47:34.636430+0000 mgr.smithi046.mmaeer (mgr.14182) 918 : 2024-01-16T08:47:35.900 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:35 smithi046 conmon[35376]: cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:35.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:35 smithi160 conmon[40884]: cluster 2024-01-16T08:47:34.636430+0000 mgr.smithi046.mmaeer (mgr.14182) 918 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:36.288 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:36.288 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:36.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:37.867 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:37 smithi160 conmon[40884]: audit 2024-01-16T08:47:36.292161+0000 mgr.smithi046.mmaeer (mgr.14182) 919 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:37.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:37 smithi160 conmon[40884]: cluster 2024-01-16T08:47:36.636866+0000 mgr.smithi046.mmaeer (mgr.14182) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:38.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:37 smithi046 conmon[35376]: audit 2024-01-16T08:47:36.292161+0000 mgr.smithi046.mmaeer (mgr.14182) 919 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:38.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:37 smithi046 conmon[35376]: cluster 2024-01-16T08:47:36.636866+0000 mgr.smithi046.mmaeer (mgr.14182) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:39 smithi046 conmon[35376]: cluster 2024-01-16T08:47:38.637771+0000 mgr.smithi046.mmaeer (mgr.14182) 921 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:39.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:39 smithi160 conmon[40884]: cluster 2024-01-16T08:47:38.637771+0000 mgr.smithi046.mmaeer (mgr.14182) 921 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:39.973 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:39.973 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:40.649 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:41.651 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:41 smithi160 conmon[40884]: audit 2024-01-16T08:47:39.976916+0000 mgr.smithi046.mmaeer (mgr.14182) 922 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:41 smithi160 conmon[40884]: cluster 2024-01-16T08:47:40 2024-01-16T08:47:41.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:41 smithi160 conmon[40884]: .638157+0000 mgr.smithi046.mmaeer (mgr.14182) 923 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:41 smithi046 conmon[35376]: audit 2024-01-16T08:47:39.976916+0000 mgr.smithi046.mmaeer (mgr.14182) 922 2024-01-16T08:47:42.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:41 smithi046 conmon[35376]: : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:42.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:41 smithi046 conmon[35376]: cluster 2024-01-16T08:47:40.638157+0000 mgr.smithi046.mmaeer (mgr.14182) 923 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:43.599 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:43.599 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:43 smithi046 conmon[35376]: cluster 2024-01-16T08:47:42.638992+0000 mgr.smithi046.mmaeer (mgr.14182) 924 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:44.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:43 smithi160 conmon[40884]: cluster 2024-01-16T08:47:42.638992+0000 mgr.smithi046.mmaeer (mgr.14182) 924 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:44.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:44 smithi046 conmon[35376]: audit 2024-01-16T08:47:43.602595+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:47:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:44 smithi046 conmon[35376]: ) 925 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:44 smithi160 conmon[40884]: audit 2024-01-16T08:47:43.602595+0000 mgr.smithi046.mmaeer (mgr.14182) 925 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:44 smithi160 conmon[40884]: 2024-01-16T08:47:45.233 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:46.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:45 smithi046 conmon[35376]: cluster 2024-01-16T08:47:44.639770+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:47:46.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:45 smithi046 conmon[35376]: ) 926 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:46.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:45 smithi160 conmon[40884]: cluster 2024-01-16T08:47:44.639770+0000 mgr.smithi046.mmaeer (mgr.14182) 926 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:47.131 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:47.131 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:47.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:47 smithi046 conmon[35376]: cluster 2024-01-16T08:47:46.640170+0000 mgr.smithi046.mmaeer (mgr.14182) 927 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:48.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:47 smithi160 conmon[40884]: cluster 2024-01-16T08:47:46.640170+0000 mgr.smithi046.mmaeer (mgr.14182) 927 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:48.758 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:49.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:48 smithi046 conmon[35376]: audit 2024-01-16T08:47:47.134725+0000 mgr.smithi046.mmaeer (mgr.14182) 928 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:48 smithi160 conmon[40884]: audit 2024-01-16T08:47:47.134725+0000 mgr.smithi046.mmaeer (mgr.14182) 928 : audit [DBG] 2024-01-16T08:47:49.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:48 smithi160 conmon[40884]: from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:49 smithi046 conmon[35376]: cluster 2024-01-16T08:47:48.641096+0000 mgr.smithi046.mmaeer (mgr.14182) 929 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:50.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:49 smithi160 conmon[40884]: cluster 2024-01-16T08:47:48.641096+0000 mgr.smithi046.mmaeer (mgr.14182) 929 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:50.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:49 smithi160 conmon[40884]: 2024-01-16T08:47:50.579 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:50.579 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:51.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:52.089 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:52.125 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:51 smithi046 conmon[35376]: audit 2024-01-16T08:47:50.582479+0000 mgr.smithi046.mmaeer (mgr.14182) 930 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:52.125 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:51 smithi046 conmon[35376]: cluster 2024-01-16T08:47:50.641436+0000 mgr.smithi046.mmaeer (mgr.14182) 931 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:51 smithi160 conmon[40884]: audit 2024-01-16T08:47:50.582479+0000 mgr.smithi046.mmaeer (mgr.14182) 930 : audit [DBG] 2024-01-16T08:47:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:51 smithi160 conmon[40884]: from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:52.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:51 smithi160 conmon[40884]: cluster 2024-01-16T08:47:50.641436+0000 mgr.smithi046.mmaeer (mgr.14182) 931 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:53 smithi046 conmon[35376]: cluster 2024-01-16T08:47:52.642107+0000 mgr.smithi046.mmaeer (mgr.14182) 932 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:53.893 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:53.893 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:53 smithi160 conmon[40884]: cluster 2024-01-16T08:47:52.642107+0000 mgr.smithi046.mmaeer (mgr.14182) 932 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:54.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:55.448 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:56.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:55 smithi046 conmon[35376]: audit 2024-01-16T08:47 2024-01-16T08:47:56.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:55 smithi046 conmon[35376]: :53.897451+0000 mgr.smithi046.mmaeer (mgr.14182) 933 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:56.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:55 smithi046 conmon[35376]: cluster 2024-01-16T08:47:54.642921+0000 mgr.smithi046.mmaeer (mgr.14182) 934 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:55 smithi160 conmon[40884]: audit 2024-01-16T08:47:53.897451+0000 mgr.smithi046.mmaeer (mgr.14182) 933 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:55 smithi160 conmon[40884]: cluster 2024-01-16T08:47:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:55 smithi160 conmon[40884]: 2024-01-16T08:47:54.642921+0000 mgr.smithi046.mmaeer (mgr.14182) 934 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:57.297 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:47:57.297 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:47:57.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:47:58.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:57 smithi046 conmon[35376]: cluster 2024-01-16T08:47:56.643430+0000 mgr.smithi046.mmaeer (mgr.14182) 935 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:58.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:57 smithi160 conmon[40884]: cluster 2024-01-16T08:47:56.643430+0000 mgr.smithi046.mmaeer (mgr.14182) 935 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:47:58.839 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:47:59.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:58 smithi046 conmon[35376]: audit 2024-01-16T08:47:57.300488+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:47:59.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:58 smithi046 conmon[35376]: 936 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:59.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:58 smithi160 conmon[40884]: audit 2024-01-16T08:47:57.300488+0000 mgr.smithi046.mmaeer (mgr.14182) 936 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:47:59.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:47:59 smithi046 conmon[35376]: cluster 2024-01-16T08:47:58.644154+0000 mgr.smithi046.mmaeer (mgr.14182) 937 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:00.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:59 smithi160 conmon[40884]: cluster 2024-01-16T08:47:58.644154+0000 mgr.smithi046.mmaeer (mgr.14182) 937 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:00.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:47:59 smithi160 conmon[40884]: 2024-01-16T08:48:00.587 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:00.588 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:01.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:02.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:01 smithi046 conmon[35376]: audit 2024-01-16T08:48:00.591437+0000 mgr.smithi046.mmaeer (mgr.14182) 938 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:02.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:01 smithi046 conmon[35376]: cluster 2024-01-16T08:48:00.644681+0000 mgr.smithi046.mmaeer (mgr.14182) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:02.147 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:02.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:01 smithi160 conmon[40884]: audit 2024-01-16T08:48:00.591437+0000 mgr.smithi046.mmaeer (mgr.14182) 938 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:02.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:01 smithi160 conmon[40884]: cluster 2024-01-16T08:48:00.644681+0000 mgr.smithi046.mmaeer (mgr.14182) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:03.985 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:03.985 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:04.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:03 smithi046 conmon[35376]: cluster 2024-01-16T08:48:02.645319+0000 mgr.smithi046.mmaeer (mgr.14182) 940 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:04.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:03 smithi160 conmon[40884]: cluster 2024-01-16T08:48:02.645319+0000 mgr.smithi046.mmaeer (mgr.14182) 940 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:04.479 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:05.481 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:06.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:05 smithi046 conmon[35376]: audit 2024-01-16T08:48:03.988446+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:48:06.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:05 smithi046 conmon[35376]: mgr.14182) 941 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:06.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:05 smithi046 conmon[35376]: cluster 2024-01-16T08:48:04.646093+0000 mgr.smithi046.mmaeer (mgr.14182) 942 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:06.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:05 smithi160 conmon[40884]: audit 2024-01-16T08:48:03.988446+0000 mgr.smithi046.mmaeer (mgr.14182) 941 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:06.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:05 smithi160 conmon[40884]: cluster 2024-01-16T08:48:04.646093+0000 mgr.smithi046.mmaeer (mgr.14182) 942 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:07.195 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:07.196 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:07.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:07 smithi046 conmon[35376]: cluster 2024-01-16T08:48:06.646468+0000 mgr.smithi046.mmaeer (mgr.14182) 943 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:07 smithi160 conmon[40884]: cluster 2024-01-16T08:48:06.646468+0000 mgr.smithi046.mmaeer (mgr.14182) 943 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:07 smithi160 conmon[40884]: 2024-01-16T08:48:08.729 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:08 smithi046 conmon[35376]: audit 2024-01-16T08:48:07.199149+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:48:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:08 smithi046 conmon[35376]: ) 944 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:08 smithi160 conmon[40884]: audit 2024-01-16T08:48:07.199149+0000 mgr.smithi046.mmaeer (mgr.14182) 944 : audit [DBG] 2024-01-16T08:48:09.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:08 smithi160 conmon[40884]: from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:09 smithi046 conmon[35376]: cluster 2024-01-16T08:48:08.647184+0000 mgr.smithi046.mmaeer 2024-01-16T08:48:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:09 smithi046 conmon[35376]: (mgr.14182) 945 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:09 smithi160 conmon[40884]: cluster 2024-01-16T08:48:08.647184+0000 mgr.smithi046.mmaeer (mgr.14182) 945 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:10.551 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:10.551 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:11.038 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:12.039 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:12.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:11 smithi046 conmon[35376]: audit 2024-01-16T08:48:10.555352+0000 mgr.smithi046.mmaeer (mgr.14182) 946 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:12.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:11 smithi046 conmon[35376]: cluster 2024-01-16T08:48:10.647588+0000 mgr.smithi046.mmaeer (mgr.14182) 947 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:11 smithi160 conmon[40884]: audit 2024-01-16T08:48:10.555352+0000 mgr.smithi046.mmaeer (mgr.14182) 946 : audit [DBG] 2024-01-16T08:48:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:11 smithi160 conmon[40884]: from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:11 smithi160 conmon[40884]: cluster 2024-01-16T08:48:10.647588+0000 mgr.smithi046.mmaeer (mgr.14182) 947 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:13.806 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:13.806 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:14.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:13 smithi046 conmon[35376]: cluster 2024-01-16T08:48:12.648211+0000 mgr.smithi046.mmaeer (mgr.14182) 948 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:14.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:13 smithi160 conmon[40884]: cluster 2024-01-16T08:48:12.648211+0000 mgr.smithi046.mmaeer (mgr.14182) 948 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:14.311 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:15.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:14 smithi046 conmon[35376]: audit 2024-01-16T08:48:13.809312+0000 mgr.smithi046.mmaeer (mgr.14182) 949 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:15.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:14 smithi046 conmon[35376]: 2024-01-16T08:48:15.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:14 smithi160 conmon[40884]: audit 2024-01-16T08:48:13.809312+0000 mgr.smithi046.mmaeer (mgr.14182) 949 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:15.312 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:16.122 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:15 smithi046 conmon[35376]: cluster 2024-01-16T08:48:14.648839+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:48:16.122 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:15 smithi046 conmon[35376]: 14182) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:16.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:15 smithi160 conmon[40884]: cluster 2024-01-16T08:48:14.648839+0000 mgr.smithi046.mmaeer (mgr.14182) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:17.100 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:17.100 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:17.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:17.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:17 smithi046 conmon[35376]: cluster 2024-01-16T08:48:16.649282+0000 mgr.smithi046.mmaeer (mgr.14182) 951 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:18.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:17 smithi160 conmon[40884]: cluster 2024-01-16T08:48:16.649282+0000 mgr.smithi046.mmaeer (mgr.14182) 951 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:18.644 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:18 smithi046 conmon[35376]: audit 2024-01-16T08:48:17.103633+0000 mgr.smithi046.mmaeer (mgr.14182) 952 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:18 smithi160 conmon[40884]: audit 2024-01-16T08:48:17.103633+0000 mgr.smithi046.mmaeer (mgr.14182) 952 : audit [DBG] 2024-01-16T08:48:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:18 smithi160 conmon[40884]: from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:20.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:19 smithi046 conmon[35376]: cluster 2024-01-16T08:48:18.650430+0000 mgr.smithi046.mmaeer (mgr.14182) 953 : cluster 2024-01-16T08:48:20.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:19 smithi046 conmon[35376]: [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:20.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:19 smithi160 conmon[40884]: cluster 2024-01-16T08:48:18.650430+0000 mgr.smithi046.mmaeer (mgr.14182) 953 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:20.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:19 smithi160 conmon[40884]: 2024-01-16T08:48:20.467 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:20.468 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:20.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:21.995 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:22.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:21 smithi046 conmon[35376]: audit 2024-01-16T08:48:20.471884+0000 mgr.smithi046.mmaeer (mgr.14182) 954 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:22.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:21 smithi046 conmon[35376]: cluster 2024-01-16T08:48:20.650813+0000 mgr.smithi046.mmaeer (mgr.14182) 955 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:21 smithi160 conmon[40884]: audit 2024-01-16T08:48:20.471884+0000 mgr.smithi046.mmaeer (mgr.14182) 954 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:22.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:21 smithi160 conmon[40884]: cluster 2024-01-16T08:48:20.650813+0000 mgr.smithi046.mmaeer (mgr.14182) 955 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:23.670 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:23.670 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:24.119 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:23 smithi046 conmon[35376]: cluster 2024-01-16T08:48:22.651443+0000 mgr.smithi046.mmaeer (mgr.14182) 956 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:24.145 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:23 smithi160 conmon[40884]: cluster 2024-01-16T08:48:22.651443+0000 mgr.smithi046.mmaeer (mgr.14182) 956 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:25.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:24 smithi046 conmon[35376]: audit 2024-01-16T08:48:23.673693+0000 mgr.smithi046.mmaeer (mgr.14182) 957 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:25.146 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:24 smithi160 conmon[40884]: audit 2024-01-16T08:48:23.673693+0000 mgr.smithi046.mmaeer (mgr.14182) 957 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:25.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:25 smithi046 conmon[35376]: cluster 2024-01-16T08:48:24.652221+0000 mgr.smithi046.mmaeer (mgr.14182) 958 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:25 smithi160 conmon[40884]: cluster 2024-01-16T08:48:24.652221+0000 mgr.smithi046.mmaeer (mgr.14182) 958 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:25 smithi160 conmon[40884]: 2024-01-16T08:48:26.859 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:26.860 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:27.386 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:27 smithi046 conmon[35376]: cluster 2024-01-16T08:48:26.652637+0000 mgr.smithi046.mmaeer (mgr.14182) 959 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:27 smithi046 conmon[35376]: audit 2024-01-16T08:48:26.863570+0000 mgr.smithi046.mmaeer (mgr.14182) 960 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:27 smithi160 conmon[40884]: cluster 2024-01-16T08:48:26.652637+0000 mgr.smithi046.mmaeer (mgr.14182) 959 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:27 smithi160 conmon[40884]: audit 2024-01-16T08:48:26.863570+0000 mgr.smithi046.mmaeer (mgr.14182) 960 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:28.387 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:30.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:29 smithi046 conmon[35376]: cluster 2024-01-16T08:48:28.653596+0000 mgr.smithi046.mmaeer (mgr.14182) 961 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:30.209 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:30.209 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:30.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:29 smithi160 conmon[40884]: cluster 2024-01-16T08:48:28.653596+0000 mgr.smithi046.mmaeer (mgr.14182) 961 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:30.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:31.760 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:32.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:31 smithi046 conmon[35376]: audit 2024-01-16T08:48:30.213144+0000 2024-01-16T08:48:32.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:31 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 962 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:32.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:31 smithi046 conmon[35376]: cluster 2024-01-16T08:48:30.654054+0000 mgr.smithi046.mmaeer (mgr.14182) 963 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:32.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:31 smithi160 conmon[40884]: audit 2024-01-16T08:48:30.213144+0000 mgr.smithi046.mmaeer (mgr.14182) 962 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:32.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:31 smithi160 conmon[40884]: cluster 2024-01-16T08:48:30.654054+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:48:32.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:31 smithi160 conmon[40884]: mgr.14182) 963 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:33.494 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:33.494 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:34.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:33 smithi046 conmon[35376]: cluster 2024-01-16T08:48:32.654869+0000 mgr.smithi046.mmaeer (mgr.14182) 964 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:34.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:33 smithi160 conmon[40884]: cluster 2024-01-16T08:48:32.654869+0000 mgr.smithi046.mmaeer (mgr.14182) 964 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:35.002 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:34 smithi046 conmon[35376]: audit 2024-01-16T08:48:33.498082+0000 mgr.smithi046.mmaeer (mgr.14182) 965 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:35.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:34 smithi160 conmon[40884]: audit 2024-01-16T08:48:33.498082+0000 mgr.smithi046.mmaeer (mgr.14182) 965 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:36.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:35 smithi046 conmon[35376]: cluster 2024-01-16T08:48:34.655619+0000 mgr.smithi046.mmaeer (mgr.14182) 966 : cluster 2024-01-16T08:48:36.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:35 smithi046 conmon[35376]: [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:35 smithi160 conmon[40884]: cluster 2024-01-16T08:48:34.655619+0000 mgr.smithi046.mmaeer (mgr.14182) 966 : cluster [DBG] 2024-01-16T08:48:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:35 smithi160 conmon[40884]: pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:36.734 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:36.734 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:40:22.992142Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.nlcjai on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-nlcjai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.nlcjai\nDeploy daemon haproxy.rgw.foo.smithi160.nlcjai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:38:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:39:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.785942Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.dclttm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-dclttm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.dclttm\nDeploy daemon haproxy.rgw.foo.smithi046.dclttm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:41:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:41:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:42:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:43:26.788569Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.gmcruw on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:37.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:38.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:37 smithi046 conmon[35376]: cluster 2024-01-16T08:48:36.655963+0000 mgr.smithi046.mmaeer (mgr.14182) 967 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:38.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:37 smithi046 conmon[35376]: audit 2024-01-16T08:48:36.737191+0000 mgr.smithi046.mmaeer (mgr.14182) 968 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:38.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:37 smithi160 conmon[40884]: cluster 2024-01-16T08:48:36.655963+0000 mgr.smithi046.mmaeer (mgr.14182) 967 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:37 smithi160 conmon[40884]: audit 2024-01-16T08:48:36.737191+0000 mgr.smithi046.mmaeer (mgr.14182) 968 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:38.333 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:40.127 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:40.128 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:39 smithi046 conmon[35376]: cluster 2024-01-16T08:48:38.656609+0000 mgr.smithi046.mmaeer (mgr.14182) 969 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:40.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:39 smithi160 conmon[40884]: cluster 2024-01-16T08:48:38.656609+0000 mgr.smithi046.mmaeer (mgr.14182) 969 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:40.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:40 smithi046 conmon[35376]: audit 2024-01-16T08:48:39.994613+0000 mon.smithi046 (mon.0) 720 2024-01-16T08:48:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:40 smithi046 conmon[35376]: : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.gvvxmq"}]: dispatch 2024-01-16T08:48:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:40 smithi046 conmon[35376]: audit 2024-01-16T08:48:40.475460+0000 mon.smithi046 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:48:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:40 smithi160 conmon[40884]: audit 2024-01-16T08:48:39.994613+0000 mon.smithi046 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi046.gvvxmq"}]: dispatch 2024-01-16T08:48:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:40 smithi160 conmon[40884]: audit 2024-01-16T08:48:40.475460+0000 mon.smithi046 (mon.0 2024-01-16T08:48:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:40 smithi160 conmon[40884]: ) 721 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:48:41.642 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:42.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:48:39.994089+0000 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: : https://www.docker.com/increase-rate-limit 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:48:39.994281+0000 mgr.smithi046.mmaeer (mgr.14182) 971 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:48:39.995242+0000 mgr.smithi046.mmaeer (mgr.14182) 972 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:48:39.996638+0000 mgr.smithi046.mmaeer (mgr.14182) 973 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cephadm 2024-01-16T08:48:39.997730+0000 mgr.smithi046.mmaeer (mgr.14182) 974 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cluster 2024-01-16T08:48:39.998439+0000 mgr.smithi046.mmaeer (mgr.14182) 975 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: audit 2024-01-16T08:48:40.132114+0000 mgr.smithi046.mmaeer (mgr.14182) 976 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:42.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:41 smithi046 conmon[35376]: cluster 2024-01-16T08:48:40.870763+0000 mon.smithi046 (mon.0) 722 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:48:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cephadm 2024-01-16T08:48:39.994089+0000 mgr.smithi046.mmaeer (mgr.14182) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:48:42.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cephadm 2024-01-16T08:48:39.994281+0000 mgr.smithi046.mmaeer (mgr.14182) 971 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cephadm 2024-01-16T08:48:39.995242+0000 mgr.smithi046.mmaeer (mgr.14182) 972 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi046.gvvxmq ... 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:46:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:47:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cephadm 2024-01-16T08:48:39.996638+0000 mgr.smithi046.mmaeer (mgr.14182) 973 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cephadm 2024-01-16T08:48:39.997730+0000 mgr.smithi046.mmaeer (mgr.14182) 974 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cluster 2024-01-16T08:48:39.998439+0000 mgr.smithi046.mmaeer (mgr.14182) 975 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: audit 2024-01-16T08:48:40.132114+0000 mgr.smithi046.mmaeer (mgr.14182) 976 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: cluster 2024-01-16T08:48 2024-01-16T08:48:42.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:41 smithi160 conmon[40884]: :40.870763+0000 mon.smithi046 (mon.0) 722 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T08:48:43.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:43.427 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:43.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:43 smithi046 conmon[35376]: cluster 2024-01-16T08:48:41.999204+0000 mgr.smithi046.mmaeer (mgr.14182) 977 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:44.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:43 smithi160 conmon[40884]: cluster 2024-01-16T08:48:41.999204+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:48:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:43 smithi160 conmon[40884]: .14182) 977 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:44.932 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:45.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:44 smithi046 conmon[35376]: audit 2024-01-16T08:48:43.430124+0000 mgr.smithi046.mmaeer (mgr.14182) 978 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:44 smithi160 conmon[40884]: audit 2024-01-16T08:48:43.430124+0000 mgr.smithi046.mmaeer (mgr.14182) 978 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:46.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:45 smithi046 conmon[35376]: cluster 2024-01-16T08:48:44.000200+0000 2024-01-16T08:48:46.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:45 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 979 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:46.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:45 smithi160 conmon[40884]: cluster 2024-01-16T08:48:44.000200+0000 mgr.smithi046.mmaeer (mgr.14182) 979 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:46.691 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:46.691 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:46 smithi046 conmon[35376]: cluster 2024-01-16T08:48:46.000828+0000 mgr.smithi046.mmaeer (mgr.14182) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:46 smithi046 conmon[35376]: audit 2024-01-16T08:48:46.694816+0000 mgr.smithi046.mmaeer (mgr.14182) 981 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:46 smithi160 conmon[40884]: cluster 2024-01-16T08:48:46.000828+0000 mgr.smithi046.mmaeer (mgr.14182) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:47.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:46 smithi160 conmon[40884]: audit 2024-01-16T08:48:46.694816+0000 mgr.smithi046.mmaeer (mgr.14182) 981 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:47.267 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:48.268 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:49.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:49 smithi046 conmon[35376]: cluster 2024-01-16T08:48:48.001790+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:48:49.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:49 smithi046 conmon[35376]: ) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:49.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:49 smithi160 conmon[40884]: cluster 2024-01-16T08:48:48.001790+0000 mgr.smithi046.mmaeer (mgr.14182) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:50.033 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:50.033 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:50.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:51.543 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:51 smithi046 conmon[35376]: cluster 2024-01-16T08:48:50.002415+0000 mgr.smithi046.mmaeer (mgr.14182) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:51 smithi046 conmon[35376]: audit 2024-01-16T08:48:50.036916+0000 mgr.smithi046.mmaeer (mgr.14182) 984 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:51.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:51 smithi160 conmon[40884]: cluster 2024-01-16T08:48:50.002415+0000 mgr.smithi046.mmaeer (mgr.14182) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:51.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:51 smithi160 conmon[40884]: audit 2024-01-16T08:48:50.036916+0000 mgr.smithi046.mmaeer (mgr.14182) 984 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:53.280 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:53.281 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:53.775 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:53.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:53 smithi160 conmon[40884]: cluster 2024-01-16T08:48:52.003051+0000 mgr.smithi046.mmaeer (mgr.14182) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:53 smithi046 conmon[35376]: cluster 2024-01-16T08:48:52.003051+0000 mgr.smithi046.mmaeer (mgr.14182) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:54.776 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:54.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:54 smithi160 conmon[40884]: audit 2024-01-16T08:48:53.284292+0000 mgr.smithi046.mmaeer (mgr.14182) 986 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:55.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:54 smithi046 conmon[35376]: audit 2024-01-16T08:48:53.284292+0000 mgr.smithi046.mmaeer (mgr.14182) 986 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:55.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:54 smithi046 conmon[35376]: 2024-01-16T08:48:55.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:55 smithi160 conmon[40884]: cluster 2024-01-16T08:48:54.004170+0000 mgr.smithi046.mmaeer (mgr.14182) 987 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:55.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:55 smithi160 conmon[40884]: audit 2024-01-16T08:48:54.912260+0000 mon.smithi046 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:48:56.121 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:55 smithi046 conmon[35376]: cluster 2024-01-16T08:48:54.004170+0000 mgr.smithi046.mmaeer (mgr.14182) 987 : 2024-01-16T08:48:56.121 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:55 smithi046 conmon[35376]: cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:56.122 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:55 smithi046 conmon[35376]: audit 2024-01-16T08:48:54.912260+0000 mon.smithi046 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:48:56.521 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:56.521 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:57.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:48:57.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:57 smithi160 conmon[40884]: cluster 2024-01-16T08:48:56.004705+0000 mgr.smithi046.mmaeer (mgr.14182) 988 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:57.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:57 smithi160 conmon[40884]: audit 2024-01-16T08:48:56.525156+0000 mgr.smithi046.mmaeer (mgr.14182) 989 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:58.084 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:48:58.119 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:57 smithi046 conmon[35376]: cluster 2024-01-16T08:48:56.004705+0000 mgr.smithi046.mmaeer (mgr.14182) 988 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:58.119 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:57 smithi046 conmon[35376]: audit 2024-01-16T08:48:56.525156+0000 mgr.smithi046.mmaeer (mgr.14182) 989 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:48:59.839 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:48:59.839 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:48:59.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:48:59 smithi160 conmon[40884]: cluster 2024-01-16T08:48:58.005782+0000 mgr.smithi046.mmaeer (mgr.14182) 990 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:48:59.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:48:59 smithi046 conmon[35376]: cluster 2024-01-16T08:48:58.005782+0000 mgr.smithi046.mmaeer (mgr.14182) 990 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:00.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:00 smithi160 conmon[40884]: audit 2024-01-16T08:48:59.843155+0000 mgr.smithi046.mmaeer (mgr.14182) 991 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:00 smithi046 conmon[35376]: audit 2024-01-16T08:48:59.843155+0000 mgr.smithi046.mmaeer (mgr.14182) 991 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:01.331 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:01.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:01 smithi160 conmon[40884]: cluster 2024-01-16T08:49:00.006453+0000 mgr.smithi046.mmaeer (mgr.14182) 992 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:02.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:01 smithi046 conmon[35376]: cluster 2024-01-16T08:49: 2024-01-16T08:49:02.058 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:01 smithi046 conmon[35376]: 00.006453+0000 mgr.smithi046.mmaeer (mgr.14182) 992 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:03.102 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:03.102 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:03.630 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:03.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:03 smithi046 conmon[35376]: cluster 2024-01-16T08:49:02.007246+0000 mgr.smithi046.mmaeer (mgr.14182) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:03.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:03 smithi160 conmon[40884]: cluster 2024-01-16T08:49:02.007246+0000 mgr.smithi046.mmaeer (mgr.14182) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:04.632 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:05.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:04 smithi046 conmon[35376]: audit 2024-01-16T08:49:03.105266+0000 mgr.smithi046.mmaeer 2024-01-16T08:49:05.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:04 smithi046 conmon[35376]: (mgr.14182) 994 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:04 smithi160 conmon[40884]: audit 2024-01-16T08:49:03.105266+0000 mgr.smithi046.mmaeer (mgr.14182) 994 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:05.996 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:05 smithi046 conmon[35376]: cluster 2024-01-16T08:49:04.008208+0000 mgr.smithi046.mmaeer (mgr.14182) 995 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:06.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:05 smithi160 conmon[40884]: cluster 2024-01-16T08:49:04.008208+0000 mgr.smithi046.mmaeer (mgr.14182) 995 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:06.404 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:06.404 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:06.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:07.881 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:07 smithi046 conmon[35376]: cluster 2024-01-16T08:49:06.008800+0000 2024-01-16T08:49:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:07 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:07 smithi046 conmon[35376]: audit 2024-01-16T08:49:06.408279+0000 mgr.smithi046.mmaeer (mgr.14182) 997 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:08.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:07 smithi160 conmon[40884]: cluster 2024-01-16T08:49:06.008800+0000 mgr.smithi046.mmaeer (mgr.14182) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:07 smithi160 conmon[40884]: audit 2024-01-16T08:49:06.408279+0000 mgr.smithi046.mmaeer (mgr.14182) 997 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:09.631 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:09.632 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:09 smithi046 conmon[35376]: cluster 2024-01-16T08:49:08.009859+0000 mgr.smithi046.mmaeer (mgr.14182) 998 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:09 smithi160 conmon[40884]: cluster 2024-01-16T08:49:08.009859+0000 mgr.smithi046.mmaeer (mgr.14182) 998 : cluster [DBG] 2024-01-16T08:49:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:09 smithi160 conmon[40884]: pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:10.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:10 smithi046 conmon[35376]: audit 2024-01-16T08:49:09.635461+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:49:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:10 smithi046 conmon[35376]: 999 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:10 smithi160 conmon[40884]: audit 2024-01-16T08:49:09.635461+0000 mgr.smithi046.mmaeer (mgr.14182) 999 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:11.223 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:11.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:11 smithi046 conmon[35376]: cluster 2024-01-16T08:49:10.010506+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:49:11.991 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:11 smithi046 conmon[35376]: ) 1000 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:12.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:11 smithi160 conmon[40884]: cluster 2024-01-16T08:49:10.010506+0000 mgr.smithi046.mmaeer (mgr.14182) 1000 : cluster 2024-01-16T08:49:12.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:11 smithi160 conmon[40884]: [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:12.985 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:12.985 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:13.596 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:13.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:13 smithi046 conmon[35376]: cluster 2024-01-16T08:49:12.011195+0000 mgr.smithi046.mmaeer (mgr.14182) 1001 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:14.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:13 smithi160 conmon[40884]: cluster 2024-01-16T08:49:12.011195+0000 mgr.smithi046.mmaeer (mgr.14182) 1001 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:14.597 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:14 smithi046 conmon[35376]: audit 2024-01-16T08:49:12.989309+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:49:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:14 smithi046 conmon[35376]: 14182) 1002 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:14 smithi160 conmon[40884]: audit 2024-01-16T08:49:12.989309+0000 mgr.smithi046.mmaeer (mgr.14182) 1002 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:15.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:15 smithi046 conmon[35376]: cluster 2024-01-16T08:49:14.012349+0000 mgr.smithi046.mmaeer (mgr.14182) 1003 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:16.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:15 smithi160 conmon[40884]: cluster 2024-01-16T08:49:14.012349+0000 mgr.smithi046.mmaeer (mgr.14182) 1003 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:16.330 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:16.331 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:16.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:17.847 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:18.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:17 smithi046 conmon[35376]: cluster 2024-01-16T08:49:16.012947+0000 mgr.smithi046.mmaeer (mgr.14182) 1004 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:18.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:17 smithi046 conmon[35376]: audit 2024-01-16T08:49:16.335205+0000 mgr.smithi046.mmaeer (mgr.14182) 1005 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:18.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:17 smithi160 conmon[40884]: cluster 2024-01-16T08:49:16.012947+0000 mgr.smithi046.mmaeer (mgr.14182) 1004 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:18.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:17 smithi160 conmon[40884]: audit 2024-01-16T08:49:16.335205+0000 mgr.smithi046.mmaeer (mgr.14182) 1005 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:19.537 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:19.537 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:19.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:19 smithi046 conmon[35376]: cluster 2024-01-16T08:49:18.013693+0000 mgr.smithi046.mmaeer (mgr.14182) 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:20.053 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:20.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:19 smithi160 conmon[40884]: cluster 2024-01-16T08:49:18.013693+0000 mgr.smithi046.mmaeer (mgr.14182) 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:21.054 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:21.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:20 smithi046 conmon[35376]: audit 2024-01-16T08:49:19.541456+0000 mgr.smithi046.mmaeer (mgr.14182) 1007 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:20 smithi160 conmon[40884]: audit 2024-01-16T08:49:19.541456+0000 mgr.smithi046.mmaeer (mgr.14182) 1007 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:22.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:21 smithi046 conmon[35376]: cluster 2024-01-16T08:49:20.014365+0000 mgr.smithi046.mmaeer (mgr.14182) 1008 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:22.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:21 smithi160 conmon[40884]: cluster 2024-01-16T08:49:20.014365+0000 mgr.smithi046.mmaeer (mgr.14182) 1008 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:22.859 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:22.859 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:23.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:24.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:23 smithi046 conmon[35376]: cluster 2024-01-16T08:49:22.015035+0000 mgr.smithi046.mmaeer (mgr.14182) 1009 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:24.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:23 smithi046 conmon[35376]: audit 2024-01-16T08:49:22.862924+0000 mgr.smithi046.mmaeer (mgr.14182) 1010 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:24.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:23 smithi160 conmon[40884]: cluster 2024-01-16T08:49:22.015035+0000 mgr.smithi046.mmaeer (mgr.14182) 1009 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:23 smithi160 conmon[40884]: audit 2024-01-16T08:49:22.862924+0000 mgr.smithi046.mmaeer (mgr.14182) 1010 2024-01-16T08:49:24.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:23 smithi160 conmon[40884]: : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:24.404 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:25.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:25 smithi046 conmon[35376]: cluster 2024-01-16T08:49:24.015916+0000 mgr.smithi046.mmaeer (mgr.14182) 1011 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:26.134 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:26.134 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:26.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:25 smithi160 conmon[40884]: cluster 2024-01-16T08:49:24.015916+0000 mgr.smithi046.mmaeer (mgr.14182) 1011 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:26.696 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:27.697 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:27 smithi046 conmon[35376]: cluster 2024-01-16T08:49:26.016426+0000 mgr.smithi046.mmaeer (mgr.14182) 1012 : cluster 2024-01-16T08:49:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:27 smithi046 conmon[35376]: [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:27 smithi046 conmon[35376]: audit 2024-01-16T08:49:26.138721+0000 mgr.smithi046.mmaeer (mgr.14182) 1013 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:28.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:27 smithi160 conmon[40884]: cluster 2024-01-16T08:49:26.016426+0000 mgr.smithi046.mmaeer (mgr.14182) 1012 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:27 smithi160 conmon[40884]: audit 2024-01-16T08:49:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:27 smithi160 conmon[40884]: 2024-01-16T08:49:26.138721+0000 mgr.smithi046.mmaeer (mgr.14182) 1013 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:29.438 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:29.439 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:29.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:30.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:29 smithi046 conmon[35376]: cluster 2024-01-16T08:49:28.017168+0000 mgr.smithi046.mmaeer (mgr.14182) 1014 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:30.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:29 smithi160 conmon[40884]: cluster 2024-01-16T08:49:28.017168+0000 mgr.smithi046.mmaeer (mgr.14182) 1014 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:30.969 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:30 smithi046 conmon[35376]: audit 2024-01-16T08:49:29.442487+0000 2024-01-16T08:49:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:30 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 1015 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:31.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:30 smithi160 conmon[40884]: audit 2024-01-16T08:49:29.442487+0000 mgr.smithi046.mmaeer (mgr.14182) 1015 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:32.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:31 smithi046 conmon[35376]: cluster 2024-01-16T08:49:30.018037+0000 mgr.smithi046.mmaeer (mgr.14182) 1016 : 2024-01-16T08:49:32.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:31 smithi046 conmon[35376]: cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:32.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:31 smithi160 conmon[40884]: cluster 2024-01-16T08:49:30.018037+0000 mgr.smithi046.mmaeer (mgr.14182) 1016 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:32.813 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:32.813 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:33.360 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:33 smithi046 conmon[35376]: cluster 2024-01-16T08:49:32.018628+0000 mgr.smithi046.mmaeer (mgr.14182) 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:33 smithi046 conmon[35376]: audit 2024-01-16T08:49:32.816864+0000 mgr.smithi046.mmaeer (mgr.14182) 1018 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:34.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:33 smithi160 conmon[40884]: cluster 2024-01-16T08:49:32.018628+0000 mgr.smithi046.mmaeer (mgr.14182) 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:34.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:33 smithi160 conmon[40884]: audit 2024-01-16T08:49:32.816864+0000 mgr.smithi046.mmaeer (mgr.14182) 1018 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:34.361 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:36.076 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:36.076 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:35 smithi046 conmon[35376]: cluster 2024-01-16T08:49:34.019519+0000 mgr.smithi046.mmaeer (mgr.14182) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:35 smithi160 conmon[40884]: cluster 2024-01-16T08:49:34.019519+0000 mgr.smithi046.mmaeer (mgr.14182) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:36.591 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:37.593 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:37.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:37 smithi046 conmon[35376]: cluster 2024-01-16T08:49:36.020023+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:49:37.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:37 smithi046 conmon[35376]: 14182) 1020 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:37.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:37 smithi046 conmon[35376]: audit 2024-01-16T08:49:36.079873+0000 mgr.smithi046.mmaeer (mgr.14182) 1021 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:37 smithi160 conmon[40884]: cluster 2024-01-16T08:49:36.020023+0000 mgr.smithi046.mmaeer (mgr.14182) 1020 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:38.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:37 smithi160 conmon[40884]: audit 2024-01-16T08:49:36.079873+0000 mgr.smithi046.mmaeer (mgr.14182) 1021 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:39.363 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:39.363 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:28.867577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:28.867822Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:28.867966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:28.868099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:28.868231Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:28.868542Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:39.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:39 smithi046 conmon[35376]: cluster 2024-01-16T08:49:38.021047+0000 mgr.smithi046.mmaeer (mgr.14182) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:40.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:39 smithi160 conmon[40884]: cluster 2024-01-16T08:49:38.021047+0000 mgr.smithi046.mmaeer (mgr.14182) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:40.854 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:40 smithi046 conmon[35376]: audit 2024-01-16T08:49:39.367022+0000 mgr.smithi046.mmaeer (mgr.14182) 1023 : audit 2024-01-16T08:49:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:40 smithi046 conmon[35376]: [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:40 smithi046 conmon[35376]: audit 2024-01-16T08:49:40.000445+0000 mon.smithi046 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:49:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:40 smithi046 conmon[35376]: audit 2024-01-16T08:49:40.300351+0000 mon.smithi046 2024-01-16T08:49:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:40 smithi046 conmon[35376]: (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:40 smithi160 conmon[40884]: audit 2024-01-16T08:49:39.367022+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:49:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:40 smithi160 conmon[40884]: mgr.14182) 1023 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:40 smithi160 conmon[40884]: audit 2024-01-16T08:49:40.000445+0000 mon.smithi046 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:49:41.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:40 smithi160 conmon[40884]: audit 2024-01-16T08:49:40.300351+0000 mon.smithi046 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:41 smithi046 conmon[35376]: cluster 2024-01-16T08:49:40.021979+0000 mgr.smithi046.mmaeer (mgr.14182) 1024 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:41 smithi046 conmon[35376]: audit 2024-01-16T08:49:41.793253+0000 mon.smithi046 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:42.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:41 smithi160 conmon[40884]: cluster 2024-01-16T08:49:40.021979+0000 mgr.smithi046.mmaeer (mgr.14182) 1024 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:42.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:41 smithi160 conmon[40884]: audit 2024-01-16T08:49:41.793253+0000 mon.smithi046 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:42.818 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:42.818 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:43:32.009736Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:43:32.009813Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:43:32.009888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:43:32.009637Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:43:32.009480Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:43:32.009962Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:43:32.010107Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:43:32.010036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:43:32.010385Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:43.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:43 smithi046 conmon[35376]: cluster 2024-01-16T08:49:42.022709+0000 mgr.smithi046.mmaeer (mgr.14182) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:43 smithi046 conmon[35376]: audit 2024-01-16T08:49:42.821637+0000 mgr.smithi046.mmaeer (mgr.14182) 1026 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:43 smithi160 conmon[40884]: cluster 2024-01-16T08:49:42.022709+0000 mgr.smithi046.mmaeer (mgr.14182) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:43 smithi160 conmon[40884]: audit 2024-01-16T08:49 2024-01-16T08:49:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:43 smithi160 conmon[40884]: :42.821637+0000 mgr.smithi046.mmaeer (mgr.14182) 1026 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:44.329 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:45.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: cluster 2024-01-16T08:49:44.023554+0000 mgr.smithi046.mmaeer (mgr.14182) 1027 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:45.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: audit 2024-01-16T08:49:44.554152+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:45.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: audit 2024-01-16T08:49:44.976255+0000 mon.smithi046 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:49:45.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: audit 2024-01-16T08:49:44.977022+0000 mon.smithi046 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:49:45.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: audit 2024-01-16T08:49:44.981958+0000 mon.smithi046 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:45.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:45 smithi046 conmon[35376]: audit 2024-01-16T08:49:44.986312+0000 mon.smithi046 (mon.0) 731 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:49:45.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: cluster 2024-01-16T08:49:44.023554+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:49:45.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: mgr.14182) 1027 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: audit 2024-01-16T08:49:44.554152+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: audit 2024-01-16T08:49:44.976255+0000 mon.smithi046 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: audit 2024-01-16T08:49:44.977022+0000 mon.smithi046 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: audit 2024-01-16T08:49:44.981958+0000 mon.smithi046 (mon.0) 730 : audit [INF] 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: audit 2024-01-16T 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: 08:49:44.986312+0000 mon.smithi046 2024-01-16T08:49:45.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:45 smithi160 conmon[40884]: (mon.0) 731 : audit [DBG] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T08:49:46.170 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:46.170 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:46.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:46 smithi046 conmon[35376]: cluster 2024-01-16T08:49:44.982575+0000 mgr.smithi046.mmaeer (mgr.14182) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:46 smithi046 conmon[35376]: 2024-01-16T08:49:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:46 smithi046 conmon[35376]: cephadm 2024-01-16T08:49:44.992036+0000 mgr.smithi046.mmaeer (mgr.14182) 1029 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.rfcmtl on smithi160 2024-01-16T08:49:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:46 smithi046 conmon[35376]: cluster 2024-01-16T08:49:45.983921+0000 mon.smithi046 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:49:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:46 smithi046 conmon[35376]: cluster 2024-01-16T08:49:45.983957+0000 mon.smithi046 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-01-16T08:49:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:46 smithi160 conmon[40884]: cluster 2024-01-16T08:49:44.982575+0000 mgr.smithi046.mmaeer (mgr.14182) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:46 smithi160 conmon[40884]: cephadm 2024-01-16T08:49:44.992036+0000 mgr.smithi046.mmaeer (mgr.14182) 1029 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi160.rfcmtl on smithi160 2024-01-16T08:49:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:46 smithi160 conmon[40884]: cluster 2024-01-16T08:49:45.983921+0000 mon.smithi046 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T08:49:46.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:46 smithi160 conmon[40884]: cluster 2024-01-16T08:49:45.983957+0000 mon.smithi046 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-01-16T08:49:47.720 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:47.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:47 smithi046 conmon[35376]: audit 2024-01-16T08:49:46.174795+0000 mgr.smithi046.mmaeer (mgr.14182) 1030 : audit 2024-01-16T08:49:47.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:47 smithi046 conmon[35376]: [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:47.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:47 smithi160 conmon[40884]: audit 2024-01-16T08:49:46.174795+0000 mgr.smithi046.mmaeer (mgr.14182) 1030 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:48 smithi046 conmon[35376]: cluster 2024-01-16T08:49:46.983150+0000 mgr.smithi046.mmaeer (mgr.14182) 1031 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:48.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:48 smithi160 conmon[40884]: cluster 2024-01-16T08:49:46.983150+0000 mgr.smithi046.mmaeer (mgr.14182) 1031 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:49.573 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:49.573 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:50.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:50.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:50 smithi160 conmon[40884]: cluster 2024-01-16T08:49:48.983820+0000 mgr.smithi046.mmaeer (mgr.14182) 1032 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:50.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:50 smithi160 conmon[40884]: audit 2024-01-16T08:49:49.577462+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:49:50.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:50 smithi160 conmon[40884]: 14182) 1033 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:50 smithi046 conmon[35376]: cluster 2024-01-16T08:49:48.983820+0000 mgr.smithi046.mmaeer (mgr.14182) 1032 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:50 smithi046 conmon[35376]: audit 2024-01-16T08:49:49.577462+0000 mgr.smithi046.mmaeer (mgr.14182) 1033 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:51.143 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:52.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:52 smithi046 conmon[35376]: cluster 2024-01-16T08:49:50.984217+0000 mgr.smithi046.mmaeer (mgr.14182) 1034 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:52.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:52 smithi160 conmon[40884]: cluster 2024-01-16T08:49:50.984217+0000 mgr.smithi046.mmaeer (mgr.14182) 1034 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:53.006 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:53.006 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:53.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:54.528 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:54.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:54 smithi046 conmon[35376]: cluster 2024-01-16T08:49:52.984768+0000 mgr.smithi046.mmaeer (mgr.14182) 1035 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:54.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:54 smithi046 conmon[35376]: audit 2024-01-16T08:49:53.011030+0000 mgr.smithi046.mmaeer (mgr.14182) 1036 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:54.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:54 smithi160 conmon[40884]: cluster 2024-01-16T08:49:52.984768+0000 mgr.smithi046.mmaeer (mgr.14182) 1035 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:54.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:54 smithi160 conmon[40884]: audit 2024-01-16T08:49:54.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:54 smithi160 conmon[40884]: 2024-01-16T08:49:53.011030+0000 mgr.smithi046.mmaeer (mgr.14182) 1036 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:56.011 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:55 smithi046 conmon[35376]: audit 2024-01-16T08:49:54.914541+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:56.011 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:55 smithi046 conmon[35376]: cluster 2024-01-16T08:49:54.985207+0000 mgr.smithi046.mmaeer (mgr.14182) 1037 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:56.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:55 smithi160 conmon[40884]: audit 2024-01-16T08:49:54.914541+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' 2024-01-16T08:49:56.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:55 smithi160 conmon[40884]: cluster 2024-01-16T08:49:54.985207+0000 mgr.smithi046.mmaeer (mgr.14182) 1037 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:56.356 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:56.356 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:49:56.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:49:57.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:56 smithi046 conmon[35376]: audit 2024-01-16T08:49:56.361229+0000 mgr.smithi046.mmaeer (mgr.14182) 1038 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:56 smithi160 conmon[40884]: audit 2024-01-16T08:49:56.361229+0000 mgr.smithi046.mmaeer (mgr.14182) 1038 : audit 2024-01-16T08:49:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:56 smithi160 conmon[40884]: [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:49:57.891 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:49:58.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:49:57 smithi160 conmon[40884]: cluster 2024-01-16T08:49:56.985750+0000 mgr.smithi046.mmaeer (mgr.14182) 1039 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:58.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:49:57 smithi046 conmon[35376]: cluster 2024-01-16T08:49:56.985750+0000 mgr.smithi046.mmaeer (mgr.14182) 1039 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:49:59.671 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:49:59.671 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:00.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:00 smithi160 conmon[40884]: cluster 2024-01-16T08:49:58.986529+0000 mgr.smithi046.mmaeer (mgr.14182) 1040 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:00 smithi160 conmon[40884]: audit 2024-01-16T08:49:59.675789+0000 mgr.smithi046.mmaeer (mgr.14182) 1041 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:00.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:00 smithi160 conmon[40884]: cluster 2024-01-16T08:50:00.000146+0000 mon.smithi046 (mon.0) 735 : cluster [INF] overall HEALTH_OK 2024-01-16T08:50:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:00 smithi046 conmon[35376]: cluster 2024-01-16T08:49:58.986529+0000 mgr.smithi046.mmaeer (mgr.14182) 1040 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:00 smithi046 conmon[35376]: audit 2024-01-16T08:49:59.675789+0000 mgr.smithi046.mmaeer (mgr.14182) 1041 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:00 smithi046 conmon[35376]: cluster 2024-01-16T08:50:00.000146+0000 mon.smithi046 (mon.0) 735 : cluster [INF] overall HEALTH_OK 2024-01-16T08:50:01.170 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:02.966 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:02.966 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:02.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:02 smithi160 conmon[40884]: cluster 2024-01-16T08:50:00.987008+0000 mgr.smithi046.mmaeer (mgr.14182) 1042 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:02.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:02 smithi046 conmon[35376]: cluster 2024-01-16T08:50:00.987008+0000 mgr.smithi046.mmaeer (mgr.14182) 1042 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:03.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:04.466 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:04.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:04 smithi046 conmon[35376]: audit 2024-01-16T08:50:02.970648+0000 mgr.smithi046.mmaeer (mgr.14182) 1043 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:04.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:04 smithi046 conmon[35376]: cluster 2024-01-16T08:50:02.987611+0000 mgr.smithi046.mmaeer (mgr.14182) 1044 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:04.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:04 smithi160 conmon[40884]: audit 2024-01-16T08:50:02.970648+0000 mgr.smithi046.mmaeer (mgr.14182) 1043 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:04.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:04 smithi160 conmon[40884]: cluster 2024-01-16T08:50:02.987611+0000 mgr.smithi046.mmaeer (mgr.14182) 1044 2024-01-16T08:50:04.971 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:04 smithi160 conmon[40884]: : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:06.170 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:06.170 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:06.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:06.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:06 smithi160 conmon[40884]: cluster 2024-01-16T08:50:04.988132+0000 mgr.smithi046.mmaeer (mgr.14182) 1045 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:06 smithi046 conmon[35376]: cluster 2024-01-16T08:50:04.988132+0000 mgr.smithi046.mmaeer (mgr.14182) 1045 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:07.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:07 smithi046 conmon[35376]: audit 2024-01-16T08:50:06.174453+0000 mgr.smithi046.mmaeer 2024-01-16T08:50:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:07 smithi046 conmon[35376]: (mgr.14182) 1046 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:08.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:07 smithi160 conmon[40884]: audit 2024-01-16T08:50:06.174453+0000 mgr.smithi046.mmaeer (mgr.14182) 1046 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:08.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:07 smithi160 conmon[40884]: 2024-01-16T08:50:08.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:08 smithi046 conmon[35376]: cluster 2024-01-16T08:50:06.988786+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:50:08.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:08 smithi046 conmon[35376]: 1047 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:08 smithi160 conmon[40884]: cluster 2024-01-16T08:50:06.988786+0000 mgr.smithi046.mmaeer (mgr.14182) 1047 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:09.499 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:09.499 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:10.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:11.033 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:11.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:10 smithi046 conmon[35376]: cluster 2024-01-16T08:50:08.989421+0000 mgr.smithi046.mmaeer (mgr.14182) 1048 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:11.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:10 smithi046 conmon[35376]: audit 2024-01-16T08:50:09.503062+0000 mgr.smithi046.mmaeer (mgr.14182) 1049 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:10 smithi160 conmon[40884]: cluster 2024-01-16T08:50:08.989421+0000 mgr.smithi046.mmaeer (mgr.14182) 1048 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:10 smithi160 conmon[40884]: audit 2024-01-16T08:50:09.503062+0000 mgr.smithi046.mmaeer (mgr.14182) 1049 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:12.829 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:12.829 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:12 smithi046 conmon[35376]: cluster 2024-01-16T08:50:10.989848+0000 mgr.smithi046.mmaeer (mgr.14182) 1050 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:12 smithi160 conmon[40884]: cluster 2024-01-16T08:50:10.989848+0000 mgr.smithi046.mmaeer (mgr.14182) 1050 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:13.329 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:14.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:13 smithi046 conmon[35376]: audit 2024-01-16T08:50:12.832904+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:50:14.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:13 smithi046 conmon[35376]: 1051 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:14.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:13 smithi160 conmon[40884]: audit 2024-01-16T08:50:12.832904+0000 mgr.smithi046.mmaeer (mgr.14182) 1051 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:14.329 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:15.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:14 smithi046 conmon[35376]: cluster 2024-01-16T08:50:12.990413+0000 mgr.smithi046.mmaeer 2024-01-16T08:50:15.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:14 smithi046 conmon[35376]: (mgr.14182) 1052 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:14 smithi160 conmon[40884]: cluster 2024-01-16T08:50:12.990413+0000 mgr.smithi046.mmaeer (mgr.14182) 1052 : cluster 2024-01-16T08:50:15.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:14 smithi160 conmon[40884]: [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:16.105 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:16.105 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:16.664 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:17.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:16 smithi046 conmon[35376]: cluster 2024-01-16T08:50:14.990970+0000 mgr.smithi046.mmaeer (mgr.14182) 1053 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:17.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:16 smithi160 conmon[40884]: cluster 2024-01-16T08:50:14.990970+0000 mgr.smithi046.mmaeer (mgr.14182) 1053 : cluster [DBG] 2024-01-16T08:50:17.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:16 smithi160 conmon[40884]: pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:17.665 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:18.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:17 smithi046 conmon[35376]: audit 2024-01-16T08:50:16.108540+0000 mgr.smithi046.mmaeer (mgr.14182) 1054 : audit 2024-01-16T08:50:18.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:17 smithi046 conmon[35376]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:18.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:17 smithi160 conmon[40884]: audit 2024-01-16T08:50:16.108540+0000 mgr.smithi046.mmaeer (mgr.14182) 1054 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:18.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:17 smithi160 conmon[40884]: 2024-01-16T08:50:18.867 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:18 smithi046 conmon[35376]: cluster 2024-01-16T08:50:16.991435+0000 mgr.smithi046.mmaeer (mgr.14182) 1055 : cluster 2024-01-16T08:50:18.868 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:18 smithi046 conmon[35376]: [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:18 smithi160 conmon[40884]: cluster 2024-01-16T08:50:16.991435+0000 mgr.smithi046.mmaeer (mgr.14182) 1055 : cluster 2024-01-16T08:50:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:18 smithi160 conmon[40884]: [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:19.493 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:19.493 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:19.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:20.988 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:21.023 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:20 smithi046 conmon[35376]: cluster 2024-01-16T08:50:18.992075+0000 mgr.smithi046.mmaeer (mgr.14182) 1056 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:21.023 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:20 smithi046 conmon[35376]: audit 2024-01-16T08:50:19.497253+0000 mgr.smithi046.mmaeer (mgr.14182) 1057 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:20 smithi160 conmon[40884]: cluster 2024-01-16T08:50:18.992075+0000 mgr.smithi046.mmaeer (mgr.14182) 1056 : cluster [DBG] 2024-01-16T08:50:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:20 smithi160 conmon[40884]: pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:21.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:20 smithi160 conmon[40884]: audit 2024-01-16T08:50:19.497253+0000 mgr.smithi046.mmaeer (mgr.14182) 1057 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:22.815 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:22.816 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:22 smithi046 conmon[35376]: cluster 2024-01-16T08:50:20.992456+0000 mgr.smithi046.mmaeer (mgr.14182) 1058 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:22 smithi160 conmon[40884]: cluster 2024-01-16T08:50:20.992456+0000 mgr.smithi046.mmaeer (mgr.14182) 1058 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:23.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:22 smithi160 conmon[40884]: 2024-01-16T08:50:23.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:24.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:23 smithi046 conmon[35376]: audit 2024-01-16T08:50:22.819497+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:50:24.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:23 smithi046 conmon[35376]: 1059 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:24.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:23 smithi160 conmon[40884]: audit 2024-01-16T08:50:22.819497+0000 mgr.smithi046.mmaeer (mgr.14182) 1059 : audit [DBG] 2024-01-16T08:50:24.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:23 smithi160 conmon[40884]: from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:24.283 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:25.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:24 smithi046 conmon[35376]: cluster 2024-01-16T08:50:22.993118+0000 mgr.smithi046.mmaeer (mgr.14182) 1060 2024-01-16T08:50:25.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:24 smithi046 conmon[35376]: : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:24 smithi160 conmon[40884]: cluster 2024-01-16T08:50:22.993118+0000 mgr.smithi046.mmaeer (mgr.14182) 1060 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:26.059 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:26.060 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:26.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:26.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:26 smithi046 conmon[35376]: cluster 2024-01-16T08:50:24.993598+0000 mgr.smithi046.mmaeer (mgr.14182) 1061 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:26 smithi160 conmon[40884]: cluster 2024-01-16T08:50:24.993598+0000 mgr.smithi046.mmaeer (mgr.14182) 1061 : cluster [DBG] 2024-01-16T08:50:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:26 smithi160 conmon[40884]: pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:27.546 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:27.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:27 smithi046 conmon[35376]: audit 2024-01-16T08:50: 2024-01-16T08:50:27.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:27 smithi046 conmon[35376]: 26.063023+0000 mgr.smithi046.mmaeer (mgr.14182) 1062 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:28.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:27 smithi160 conmon[40884]: audit 2024-01-16T08:50:26.063023+0000 mgr.smithi046.mmaeer (mgr.14182) 1062 : audit [DBG] 2024-01-16T08:50:28.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:27 smithi160 conmon[40884]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:28.926 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:28 smithi046 conmon[35376]: cluster 2024-01-16T08:50:26.994206+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:50:28.926 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:28 smithi046 conmon[35376]: 1063 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:28 smithi160 conmon[40884]: cluster 2024-01-16T08:50:26.994206+0000 mgr.smithi046.mmaeer (mgr.14182) 1063 : 2024-01-16T08:50:29.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:28 smithi160 conmon[40884]: cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:29.281 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:29.281 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:29.795 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:30.796 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:30 smithi046 conmon[35376]: cluster 2024-01-16T08:50:28.994908+0000 mgr.smithi046.mmaeer (mgr.14182) 1064 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:30 smithi046 conmon[35376]: audit 2024-01-16T08:50:29.285691+0000 mgr.smithi046.mmaeer (mgr.14182) 1065 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:30 smithi160 conmon[40884]: cluster 2024-01-16T08:50:28.994908+0000 mgr.smithi046.mmaeer (mgr.14182) 1064 : cluster [DBG] 2024-01-16T08:50:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:30 smithi160 conmon[40884]: pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:31.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:30 smithi160 conmon[40884]: audit 2024-01-16T08:50:29.285691+0000 mgr.smithi046.mmaeer (mgr.14182) 1065 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:32.527 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:32.527 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:32.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:32 smithi046 conmon[35376]: cluster 2024-01-16T08:50:30.995251+0000 mgr.smithi046.mmaeer (mgr.14182) 1066 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:33.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:32 smithi160 conmon[40884]: cluster 2024-01-16T08:50:30.995251+0000 mgr.smithi046.mmaeer (mgr.14182) 1066 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:32 smithi160 conmon[40884]: 2024-01-16T08:50:34.029 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:34.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:33 smithi046 conmon[35376]: audit 2024-01-16T08:50:32.530888+0000 mgr.smithi046.mmaeer (mgr.14182) 1067 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:34.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:33 smithi160 conmon[40884]: audit 2024-01-16T08:50:32.530888+0000 mgr.smithi046.mmaeer (mgr.14182) 1067 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:34.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:33 smithi160 conmon[40884]: 2024-01-16T08:50:35.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:34 smithi046 conmon[35376]: cluster 2024-01-16T08:50:32.995970+0000 mgr.smithi046.mmaeer (mgr.14182) 1068 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:34 smithi160 conmon[40884]: cluster 2024-01-16T08:50:32.995970+0000 mgr.smithi046.mmaeer (mgr.14182) 1068 : cluster [DBG] 2024-01-16T08:50:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:34 smithi160 conmon[40884]: pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:35.785 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:35.785 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:36.293 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:37.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:36 smithi046 conmon[35376]: cluster 2024-01-16T08:50:34.996717+0000 mgr.smithi046.mmaeer (mgr.14182) 1069 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:37.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:36 smithi046 conmon[35376]: audit 2024-01-16T08:50:35.789135+0000 mgr.smithi046.mmaeer (mgr.14182) 1070 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:37.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:36 smithi160 conmon[40884]: cluster 2024-01-16T08:50:34.996717+0000 mgr.smithi046.mmaeer (mgr.14182) 1069 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:37.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:36 smithi160 conmon[40884]: 2024-01-16T08:50:37.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:36 smithi160 conmon[40884]: audit 2024-01-16T08:50:35.789135+0000 mgr.smithi046.mmaeer (mgr.14182) 1070 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:37.295 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:39.062 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:39.062 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:39.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:38 smithi046 conmon[35376]: cluster 2024-01-16T08:50:36.997169+0000 mgr.smithi046.mmaeer (mgr.14182) 1071 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:38 smithi160 conmon[40884]: cluster 2024-01-16T08:50:36.997169+0000 mgr.smithi046.mmaeer (mgr.14182) 1071 2024-01-16T08:50:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:38 smithi160 conmon[40884]: : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:39.578 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:40.579 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:40 smithi046 conmon[35376]: cluster 2024-01-16T08:50:38.997980 2024-01-16T08:50:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:40 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 1072 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:40 smithi046 conmon[35376]: audit 2024-01-16T08:50:39.065924+0000 mgr.smithi046.mmaeer (mgr.14182) 1073 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:40 smithi160 conmon[40884]: cluster 2024-01-16T08:50:38.997980+0000 mgr.smithi046.mmaeer (mgr.14182) 1072 : cluster 2024-01-16T08:50:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:40 smithi160 conmon[40884]: [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:41.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:40 smithi160 conmon[40884]: audit 2024-01-16T08:50:39.065924+0000 mgr.smithi046.mmaeer (mgr.14182) 1073 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:42.383 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:42.383 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:42.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:43.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:42 smithi046 conmon[35376]: cluster 2024-01-16T08:50:40.998525+0000 mgr.smithi046.mmaeer (mgr.14182) 1074 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:42 smithi160 conmon[40884]: cluster 2024-01-16T08:50:40.998525+0000 mgr.smithi046.mmaeer (mgr.14182) 1074 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:42 smithi160 conmon[40884]: 2024-01-16T08:50:43.911 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:43 smithi046 conmon[35376]: audit 2024-01-16T08:50:42.387195+0000 mgr.smithi046.mmaeer (mgr.14182) 1075 : audit 2024-01-16T08:50:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:43 smithi046 conmon[35376]: [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:44.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:43 smithi160 conmon[40884]: audit 2024-01-16T08:50:42.387195+0000 mgr.smithi046.mmaeer (mgr.14182) 1075 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:44.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:43 smithi160 conmon[40884]: 2024-01-16T08:50:45.015 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:44 smithi046 conmon[35376]: cluster 2024-01-16T08:50:42.999251+0000 mgr.smithi046.mmaeer (mgr.14182) 1076 : cluster 2024-01-16T08:50:45.015 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:44 smithi046 conmon[35376]: [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:45.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:44 smithi160 conmon[40884]: cluster 2024-01-16T08:50:42.999251+0000 mgr.smithi046.mmaeer (mgr.14182) 1076 : cluster [DBG] 2024-01-16T08:50:45.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:44 smithi160 conmon[40884]: pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:45.649 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:45.649 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:46.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:46 smithi046 conmon[35376]: cluster 2024-01-16T08:50:44.999797+0000 mgr.smithi046.mmaeer (mgr.14182) 1077 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:46 smithi046 conmon[35376]: audit 2024-01-16T08:50:45.653212+0000 mgr.smithi046.mmaeer (mgr.14182) 1078 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:47.218 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:46 smithi160 conmon[40884]: cluster 2024-01-16T08:50:44.999797+0000 mgr.smithi046.mmaeer (mgr.14182) 1077 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:46 smithi160 conmon[40884]: 2024-01-16T08:50:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:46 smithi160 conmon[40884]: audit 2024-01-16T08:50:45.653212+0000 mgr.smithi046.mmaeer (mgr.14182) 1078 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:49.072 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:49.072 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:49.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:48 smithi046 conmon[35376]: cluster 2024-01-16T08:50:47.000340+0000 mgr.smithi046.mmaeer (mgr.14182) 1079 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:48 smithi160 conmon[40884]: cluster 2024-01-16T08:50:47.000340+0000 mgr.smithi046.mmaeer (mgr.14182) 1079 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:49.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:50.601 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:51.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:50 smithi046 conmon[35376]: cluster 2024-01-16T08:50:49.000996+0000 mgr.smithi046.mmaeer (mgr.14182) 1080 : cluster 2024-01-16T08:50:51.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:50 smithi046 conmon[35376]: [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:51.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:50 smithi046 conmon[35376]: audit 2024-01-16T08:50:49.076268+0000 mgr.smithi046.mmaeer (mgr.14182) 1081 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:50 smithi160 conmon[40884]: cluster 2024-01-16T08:50:49.000996+0000 mgr.smithi046.mmaeer (mgr.14182) 1080 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:50 smithi160 conmon[40884]: audit 2024-01-16T08:50:49.076268+0000 mgr.smithi046.mmaeer (mgr.14182) 1081 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:52.388 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:52.388 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:52.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:52 smithi046 conmon[35376]: cluster 2024-01-16T08:50:51.001440+0000 mgr.smithi046.mmaeer (mgr.14182) 1082 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:52 smithi160 conmon[40884]: cluster 2024-01-16T08:50:51.001440+0000 mgr.smithi046.mmaeer (mgr.14182) 1082 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:53.869 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:54.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:53 smithi046 conmon[35376]: audit 2024-01-16T08:50:52.392135+0000 mgr.smithi046.mmaeer (mgr.14182) 1083 : audit 2024-01-16T08:50:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:53 smithi046 conmon[35376]: [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:54.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:53 smithi160 conmon[40884]: audit 2024-01-16T08:50:52.392135+0000 mgr.smithi046.mmaeer (mgr.14182) 1083 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:55.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:54 smithi046 conmon[35376]: cluster 2024-01-16T08:50:53.002140+0000 mgr.smithi046.mmaeer (mgr.14182) 1084 : cluster [DBG] 2024-01-16T08:50:55.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:54 smithi046 conmon[35376]: pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:54 smithi160 conmon[40884]: cluster 2024-01-16T08:50:53.002140+0000 mgr.smithi046.mmaeer (mgr.14182) 1084 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:55.722 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:55.723 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:56.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:50:57.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:56 smithi046 conmon[35376]: cluster 2024-01-16T08:50:55.002754+0000 mgr.smithi046.mmaeer (mgr.14182) 1085 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:57.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:56 smithi046 conmon[35376]: audit 2024-01-16T08:50:55.726386+0000 mgr.smithi046.mmaeer (mgr.14182) 1086 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:56 smithi160 conmon[40884]: cluster 2024-01-16T08:50:55.002754+0000 mgr.smithi046.mmaeer (mgr.14182) 1085 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:56 smithi160 conmon[40884]: audit 2024-01-16T08:50:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:56 smithi160 conmon[40884]: 2024-01-16T08:50:55.726386+0000 mgr.smithi046.mmaeer (mgr.14182) 1086 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:50:57.228 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:50:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:50:58 smithi046 conmon[35376]: cluster 2024-01-16T08:50:57.003283+0000 mgr.smithi046.mmaeer (mgr.14182) 1087 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:59.029 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:50:59.083 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:50:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:50:58 smithi160 conmon[40884]: cluster 2024-01-16T08:50:57.003283+0000 mgr.smithi046.mmaeer (mgr.14182) 1087 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:50:59.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:00.575 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:00 smithi046 conmon[35376]: cluster 2024-01-16T08:50:59.004096+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:51:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:00 smithi046 conmon[35376]: 14182) 1088 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:00 smithi046 conmon[35376]: audit 2024-01-16T08:50:59.033603+0000 mgr.smithi046.mmaeer (mgr.14182) 1089 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:00 smithi160 conmon[40884]: cluster 2024-01-16T08:50:59.004096+0000 mgr.smithi046.mmaeer (mgr.14182) 1088 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:00 smithi160 conmon[40884]: audit 2024-01-16T08:50:59.033603+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:51:01.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:00 smithi160 conmon[40884]: ) 1089 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:02.337 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:02.337 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:02.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:02 smithi046 conmon[35376]: cluster 2024-01-16T08:51:01.004692+0000 mgr.smithi046.mmaeer (mgr.14182) 1090 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:02 smithi160 conmon[40884]: cluster 2024-01-16T08:51:01.004692+0000 mgr.smithi046.mmaeer (mgr.14182) 1090 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:03.849 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:04.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:03 smithi046 conmon[35376]: audit 2024-01-16T08:51:02.341520+0000 mgr.smithi046.mmaeer (mgr.14182) 1091 : audit [DBG] 2024-01-16T08:51:04.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:03 smithi046 conmon[35376]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:04.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:03 smithi160 conmon[40884]: audit 2024-01-16T08:51:02.341520+0000 mgr.smithi046.mmaeer (mgr.14182) 1091 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:05.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:04 smithi046 conmon[35376]: cluster 2024-01-16T08:51:03.005406+0000 mgr.smithi046.mmaeer (mgr.14182) 1092 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:04 smithi160 conmon[40884]: cluster 2024-01-16T08:51:03.005406+0000 mgr.smithi046.mmaeer (mgr.14182) 1092 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:05.631 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:05.631 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:06.141 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:06 smithi046 conmon[35376]: cluster 2024-01-16T08:51:05.005953+0000 mgr.smithi046.mmaeer (mgr.14182) 1093 : cluster 2024-01-16T08:51:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:06 smithi046 conmon[35376]: [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:06 smithi046 conmon[35376]: audit 2024-01-16T08:51:05.635810+0000 mgr.smithi046.mmaeer (mgr.14182) 1094 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:07.142 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:06 smithi160 conmon[40884]: cluster 2024-01-16T08:51:05.005953+0000 mgr.smithi046.mmaeer (mgr.14182) 1093 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:06 smithi160 conmon[40884]: audit 2024-01-16T08:51:05.635810+0000 mgr.smithi046.mmaeer (mgr.14182) 1094 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:08.843 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:08.844 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:08 smithi046 conmon[35376]: cluster 2024-01-16T08:51:07.006449+0000 mgr.smithi046.mmaeer (mgr.14182) 1095 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:08 smithi160 conmon[40884]: cluster 2024-01-16T08:51:07.006449+0000 mgr.smithi046.mmaeer (mgr.14182) 1095 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:09.374 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:10.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:09 smithi160 conmon[40884]: audit 2024-01-16T08:51:08.847903+0000 mgr.smithi046.mmaeer (mgr.14182) 1096 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:10.376 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:10.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:09 smithi046 conmon[35376]: audit 2024-01-16T08:51:08.847903+0000 mgr.smithi046.mmaeer (mgr.14182) 1096 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:10.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:09 smithi046 conmon[35376]: 2024-01-16T08:51:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:10 smithi046 conmon[35376]: cluster 2024-01-16T08:51:09.007110+0000 mgr.smithi046.mmaeer (mgr.14182) 1097 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:10 smithi046 conmon[35376]: 2024-01-16T08:51:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:10 smithi160 conmon[40884]: cluster 2024-01-16T08:51:09.007110+0000 mgr.smithi046.mmaeer (mgr.14182) 1097 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:12.089 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:12.089 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:12.591 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:12 smithi160 conmon[40884]: cluster 2024-01-16T08:51:11.007559+0000 mgr.smithi046.mmaeer (mgr.14182) 1098 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:13.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:12 smithi046 conmon[35376]: cluster 2024-01-16T08:51:11.007559+0000 mgr.smithi046.mmaeer (mgr.14182) 1098 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:13.592 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:14.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:13 smithi046 conmon[35376]: audit 2024-01-16T08:51:12.093283+0000 mgr.smithi046.mmaeer 2024-01-16T08:51:14.209 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:13 smithi046 conmon[35376]: (mgr.14182) 1099 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:14.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:13 smithi160 conmon[40884]: audit 2024-01-16T08:51:12.093283+0000 mgr.smithi046.mmaeer (mgr.14182) 1099 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:14.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:14 smithi046 conmon[35376]: cluster 2024-01-16T08:51:13.008232+0000 mgr.smithi046.mmaeer (mgr.14182) 1100 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:15.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:14 smithi160 conmon[40884]: cluster 2024-01-16T08:51:13.008232+0000 mgr.smithi046.mmaeer (mgr.14182) 1100 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:15.310 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:15.310 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:15.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:16.870 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:17.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:16 smithi160 conmon[40884]: cluster 2024-01-16T08:51:15.008748+0000 mgr.smithi046.mmaeer (mgr.14182) 1101 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:17.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:16 smithi160 conmon[40884]: audit 2024-01-16T08:51:15.314794+0000 mgr.smithi046.mmaeer (mgr.14182) 1102 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:17.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:16 smithi046 conmon[35376]: cluster 2024-01-16T08:51:15.008748+0000 mgr.smithi046.mmaeer (mgr.14182) 1101 : cluster [DBG] 2024-01-16T08:51:17.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:16 smithi046 conmon[35376]: pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:17.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:16 smithi046 conmon[35376]: audit 2024-01-16T08:51:15.314794+0000 mgr.smithi046.mmaeer (mgr.14182) 1102 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:18.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:17 smithi160 conmon[40884]: cluster 2024-01-16T08:51:17.009254+0000 mgr.smithi046.mmaeer (mgr.14182) 1103 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:18.240 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:17 smithi046 conmon[35376]: cluster 2024-01-16T08:51:17.009254+0000 mgr.smithi046.mmaeer (mgr.14182) 1103 2024-01-16T08:51:18.243 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:17 smithi046 conmon[35376]: : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:18.644 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:18.645 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:19.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:18 smithi046 conmon[35376]: audit 2024-01-16T08:51:18.649424+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:51:19.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:18 smithi046 conmon[35376]: ) 1104 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:19.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:18 smithi160 conmon[40884]: audit 2024-01-16T08:51:18.649424+0000 mgr.smithi046.mmaeer (mgr.14182) 1104 : audit [DBG] 2024-01-16T08:51:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:18 smithi160 conmon[40884]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:20.181 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:20.949 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:20 smithi046 conmon[35376]: cluster 2024- 2024-01-16T08:51:20.949 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:20 smithi046 conmon[35376]: 01-16T08:51:19.010063+0000 mgr.smithi046.mmaeer (mgr.14182) 1105 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:20 smithi160 conmon[40884]: cluster 2024-01-16T08:51:19.010063+0000 mgr.smithi046.mmaeer (mgr.14182) 1105 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:21.897 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:21.897 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:22.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:22 smithi046 conmon[35376]: cluster 2024-01-16T08:51:21.010491+0000 2024-01-16T08:51:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:22 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 1106 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:22 smithi046 conmon[35376]: audit 2024-01-16T08:51:21.901161+0000 mgr.smithi046.mmaeer (mgr.14182) 1107 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:22 smithi160 conmon[40884]: cluster 2024-01-16T08:51:21.010491+0000 mgr.smithi046.mmaeer (mgr.14182) 1106 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:22 smithi160 conmon[40884]: audit 2024-01-16T08:51:21.901161+0000 mgr.smithi046.mmaeer (mgr.14182) 1107 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:23.455 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:24.875 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:24 smithi046 conmon[35376]: cluster 2024-01-16T08:51:23.011183+0000 mgr.smithi046.mmaeer (mgr.14182) 1108 : cluster 2024-01-16T08:51:24.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:24 smithi046 conmon[35376]: [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:24 smithi160 conmon[40884]: cluster 2024-01-16T08:51:23.011183+0000 mgr.smithi046.mmaeer (mgr.14182) 1108 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:25.238 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:25.239 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:25.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:26.722 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:27.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:26 smithi046 conmon[35376]: cluster 2024-01-16T08:51:25.011670+0000 mgr.smithi046.mmaeer (mgr.14182) 1109 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:26 smithi046 conmon[35376]: 2024-01-16T08:51:27.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:26 smithi046 conmon[35376]: audit 2024-01-16T08:51:25.243151+0000 mgr.smithi046.mmaeer (mgr.14182) 1110 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:26 smithi160 conmon[40884]: cluster 2024-01-16T08:51:25.011670+0000 mgr.smithi046.mmaeer (mgr.14182) 1109 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:26 smithi160 conmon[40884]: audit 2024-01-16T08:51:27.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:26 smithi160 conmon[40884]: 2024-01-16T08:51:25.243151+0000 mgr.smithi046.mmaeer (mgr.14182) 1110 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:28.490 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:28.490 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:28.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:28 smithi046 conmon[35376]: cluster 2024-01-16T08:51:27.012079+0000 mgr.smithi046.mmaeer (mgr.14182) 1111 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:28.996 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:28 smithi160 conmon[40884]: cluster 2024-01-16T08:51:27.012079+0000 mgr.smithi046.mmaeer (mgr.14182) 1111 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:29.997 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:30.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:29 smithi046 conmon[35376]: audit 2024-01-16T08:51:28.494221+0000 mgr.smithi046.mmaeer (mgr.14182) 1112 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:30.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:29 smithi046 conmon[35376]: 2024-01-16T08:51:30.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:29 smithi160 conmon[40884]: audit 2024-01-16T08:51:28.494221+0000 mgr.smithi046.mmaeer (mgr.14182) 1112 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:31.116 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:30 smithi046 conmon[35376]: cluster 2024-01-16T08:51:29.013025+0000 mgr.smithi046.mmaeer (mgr.14182) 1113 : cluster 2024-01-16T08:51:31.116 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:30 smithi046 conmon[35376]: [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:30 smithi160 conmon[40884]: cluster 2024-01-16T08:51:29.013025+0000 mgr.smithi046.mmaeer (mgr.14182) 1113 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:31.716 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:31.716 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:32.186 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:33.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:32 smithi046 conmon[35376]: cluster 2024-01-16T08:51:31.013566+0000 mgr.smithi046.mmaeer (mgr.14182) 1114 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:33.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:32 smithi046 conmon[35376]: audit 2024-01-16T08:51:31.719993+0000 mgr.smithi046.mmaeer (mgr.14182) 1115 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:33.188 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:32 smithi160 conmon[40884]: cluster 2024-01-16T08:51:31.013566+0000 mgr.smithi046.mmaeer (mgr.14182) 1114 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:32 smithi160 conmon[40884]: audit 2024-01-16T08:51:31.719993+0000 mgr.smithi046.mmaeer (mgr.14182) 1115 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:34.907 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:34.907 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:35.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:34 smithi046 conmon[35376]: cluster 2024-01-16T08:51:33.014205+0000 mgr.smithi046.mmaeer (mgr.14182) 1116 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:34 smithi160 conmon[40884]: cluster 2024-01-16T08:51:33.014205+0000 mgr.smithi046.mmaeer (mgr.14182) 1116 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:35.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:35 smithi046 conmon[35376]: audit 2024-01-16T08:51:34.911397+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:51:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:35 smithi046 conmon[35376]: 1117 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:36.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:35 smithi160 conmon[40884]: audit 2024-01-16T08:51:34.911397+0000 mgr.smithi046.mmaeer (mgr.14182) 1117 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:36.404 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:37.043 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:36 smithi046 conmon[35376]: cluster 2024-01-16T08:51:35.014680+0000 mgr.smithi046.mmaeer (mgr.14182) 1118 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:37.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:36 smithi160 conmon[40884]: cluster 2024-01-16T08:51:35.014680+0000 mgr.smithi046.mmaeer (mgr.14182) 1118 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:38.184 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:38.184 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:38.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:39.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:38 smithi046 conmon[35376]: cluster 2024-01-16T08:51:37.015286+0000 mgr.smithi046.mmaeer (mgr.14182) 1119 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:38 smithi160 conmon[40884]: cluster 2024-01-16T08:51:37.015286+0000 mgr.smithi046.mmaeer (mgr.14182) 1119 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:39.687 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:39 smithi046 conmon[35376]: audit 2024-01-16T08:51:38.188605+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:51:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:39 smithi046 conmon[35376]: 1120 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:40.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:39 smithi160 conmon[40884]: audit 2024-01-16T08:51:38.188605+0000 mgr.smithi046.mmaeer (mgr.14182) 1120 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:40 smithi046 conmon[35376]: cluster 2024-01-16T08:51:39.016068+0000 mgr.smithi046.mmaeer (mgr.14182) 1121 : cluster [DBG] 2024-01-16T08:51:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:40 smithi046 conmon[35376]: pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:40 smithi160 conmon[40884]: cluster 2024-01-16T08:51:39.016068+0000 mgr.smithi046.mmaeer (mgr.14182) 1121 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:41.505 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:41.505 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:42.011 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:43.012 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:43.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:42 smithi046 conmon[35376]: cluster 2024-01-16T08:51:41.016420+0000 mgr.smithi046.mmaeer (mgr.14182) 1122 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:43.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:42 smithi046 conmon[35376]: audit 2024-01-16T08:51:41.509526+0000 mgr.smithi046.mmaeer (mgr.14182) 1123 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:42 smithi160 conmon[40884]: cluster 2024-01-16T08:51:41.016420+0000 mgr.smithi046.mmaeer (mgr.14182) 1122 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:42 smithi160 conmon[40884]: audit 2024-01-16T08:51:41.509526+0000 mgr.smithi046.mmaeer (mgr.14182) 1123 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:44.831 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:44.831 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:44 smithi046 conmon[35376]: cluster 2024-01-16T08:51:43.017100+0000 mgr.smithi046.mmaeer (mgr.14182) 1124 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:45.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:44 smithi160 conmon[40884]: cluster 2024-01-16T08:51:43.017100+0000 mgr.smithi046.mmaeer (mgr.14182) 1124 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:45.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:46.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:45 smithi046 conmon[35376]: audit 2024-01-16T08:51:44.834856+0000 mgr.smithi046.mmaeer (mgr.14182) 1125 : audit 2024-01-16T08:51:46.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:45 smithi046 conmon[35376]: [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:46.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:45 smithi160 conmon[40884]: audit 2024-01-16T08:51:44.834856+0000 mgr.smithi046.mmaeer (mgr.14182) 1125 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:46.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:47.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:46 smithi046 conmon[35376]: cluster 2024-01-16T08:51:45.017838+0000 mgr.smithi046.mmaeer (mgr.14182) 1126 : cluster 2024-01-16T08:51:47.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:46 smithi046 conmon[35376]: [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:46 smithi160 conmon[40884]: cluster 2024-01-16T08:51:45.017838+0000 mgr.smithi046.mmaeer (mgr.14182) 1126 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:48.104 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:48.104 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:48.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:48 smithi046 conmon[35376]: cluster 2024-01-16T08:51:47.018287 2024-01-16T08:51:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:48 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 1127 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:48 smithi160 conmon[40884]: cluster 2024-01-16T08:51:47.018287+0000 mgr.smithi046.mmaeer (mgr.14182) 1127 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:49.601 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:50.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:49 smithi046 conmon[35376]: audit 2024-01-16T08:51:48.107698+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:51:50.064 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:49 smithi046 conmon[35376]: 14182) 1128 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:50.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:49 smithi160 conmon[40884]: audit 2024-01-16T08:51:48.107698+0000 mgr.smithi046.mmaeer (mgr.14182) 1128 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:51.066 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:50 smithi046 conmon[35376]: cluster 2024-01-16T08:51:49.019081+0000 mgr.smithi046.mmaeer (mgr.14182) 1129 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:50 smithi160 conmon[40884]: cluster 2024-01-16T08:51:49.019081+0000 mgr.smithi046.mmaeer (mgr.14182) 1129 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:51.404 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:51.404 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:51.909 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:52.910 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:52 smithi046 conmon[35376]: cluster 2024-01-16T08:51:51.019443+0000 mgr.smithi046.mmaeer (mgr.14182) 1130 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:52 smithi046 conmon[35376]: audit 2024-01-16T08:51:51.408833+0000 mgr.smithi046.mmaeer (mgr.14182) 1131 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:52 smithi160 conmon[40884]: cluster 2024-01-16T08:51:51.019443+0000 mgr.smithi046.mmaeer (mgr.14182) 1130 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:52 smithi160 conmon[40884]: audit 2024-01-16T08:51:51.408833+0000 mgr.smithi046.mmaeer (mgr.14182) 1131 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:54.705 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:54.705 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:55.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:54 smithi046 conmon[35376]: cluster 2024-01-16T08:51:53.020132+0000 mgr.smithi046.mmaeer (mgr.14182) 1132 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:54 smithi160 conmon[40884]: cluster 2024-01-16T08:51:53.020132+0000 mgr.smithi046.mmaeer (mgr.14182) 1132 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:55.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:55 smithi046 conmon[35376]: audit 2024-01-16T08:51:54.709163+0000 mgr.smithi046.mmaeer (mgr.14182) 1133 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:56.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:55 smithi160 conmon[40884]: audit 2024-01-16T08:51:54.709163+0000 mgr.smithi046.mmaeer (mgr.14182) 1133 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:51:56.237 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:51:57.020 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:56 smithi046 conmon[35376]: cluster 2024-01-16T08:51:55.020711+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:51:57.020 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:56 smithi046 conmon[35376]: 14182) 1134 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:56 smithi160 conmon[40884]: cluster 2024-01-16T08:51:55.020711+0000 mgr.smithi046.mmaeer (mgr.14182) 1134 : cluster [DBG] 2024-01-16T08:51:57.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:56 smithi160 conmon[40884]: pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:58.067 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:51:58.067 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:51:58.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:51:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:58 smithi046 conmon[35376]: cluster 2024-01-16T08:51:57.021278+0000 mgr.smithi046.mmaeer (mgr.14182) 1135 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:58 smithi160 conmon[40884]: cluster 2024-01-16T08:51:57.021278+0000 mgr.smithi046.mmaeer (mgr.14182) 1135 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:51:59.609 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:00.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:59 smithi046 conmon[35376]: audit 2024-01-16T08:51:58.071137+0000 2024-01-16T08:52:00.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:51:59 smithi046 conmon[35376]: mgr.smithi046.mmaeer (mgr.14182) 1136 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:00.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:59 smithi160 conmon[40884]: audit 2024-01-16T08:51:58.071137+0000 mgr.smithi046.mmaeer (mgr.14182) 1136 : audit [DBG] 2024-01-16T08:52:00.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:51:59 smithi160 conmon[40884]: from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:00.980 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:00 smithi046 conmon[35376]: cluster 2024-01-16T08:51:59.022126+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:52:00.980 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:00 smithi046 conmon[35376]: 14182) 1137 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:00 smithi160 conmon[40884]: cluster 2024-01-16T08:51:59.022126+0000 mgr.smithi046.mmaeer (mgr.14182) 1137 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:00 smithi160 conmon[40884]: 2024-01-16T08:52:01.355 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:01.355 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:01.840 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:02.841 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:02 smithi046 conmon[35376]: cluster 2024-01-16T08:52:01.022690+0000 mgr.smithi046.mmaeer (mgr.14182) 1138 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:02 smithi046 conmon[35376]: audit 2024-01-16T08:52:01.359905+0000 mgr.smithi046.mmaeer (mgr.14182) 1139 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:02 smithi160 conmon[40884]: cluster 2024-01-16T08:52:01.022690+0000 mgr.smithi046.mmaeer (mgr.14182) 1138 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:02 smithi160 conmon[40884]: audit 2024-01-16T08:52:03.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:02 smithi160 conmon[40884]: 2024-01-16T08:52:01.359905+0000 mgr.smithi046.mmaeer (mgr.14182) 1139 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:04.571 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:04.571 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:05.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:04 smithi046 conmon[35376]: cluster 2024-01-16T08:52:03.023288+0000 mgr.smithi046.mmaeer (mgr.14182) 1140 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:05.150 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:04 smithi160 conmon[40884]: cluster 2024-01-16T08:52:03.023288+0000 mgr.smithi046.mmaeer (mgr.14182) 1140 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:06.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:05 smithi046 conmon[35376]: audit 2024-01-16T08:52:04.574755+0000 mgr.smithi046.mmaeer (mgr.14182) 1141 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:06.151 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:06.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:05 smithi160 conmon[40884]: audit 2024-01-16T08:52:04.574755+0000 mgr.smithi046.mmaeer (mgr.14182) 1141 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:06 smithi046 conmon[35376]: cluster 2024-01-16T08:52:05.023855+0000 mgr.smithi046.mmaeer 2024-01-16T08:52:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:06 smithi046 conmon[35376]: (mgr.14182) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:06 smithi160 conmon[40884]: cluster 2024-01-16T08:52:05.023855+0000 mgr.smithi046.mmaeer (mgr.14182) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:07.996 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:07.996 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:08.509 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:08 smithi046 conmon[35376]: cluster 2024-01-16T08:52:07.024326+0000 mgr.smithi046.mmaeer (mgr.14182) 1143 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:08 smithi160 conmon[40884]: cluster 2024-01-16T08:52:07.024326+0000 mgr.smithi046.mmaeer (mgr.14182) 1143 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:09.510 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:09 smithi046 conmon[35376]: audit 2024-01-16T08:52:07.999753+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:52:10.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:09 smithi046 conmon[35376]: 1144 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:10.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:09 smithi160 conmon[40884]: audit 2024-01-16T08:52:07.999753+0000 mgr.smithi046.mmaeer (mgr.14182) 1144 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:10.933 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:10 smithi046 conmon[35376]: cluster 2024-01-16T08:52:09.025096+0000 mgr.smithi046.mmaeer (mgr.14182) 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:10 smithi160 conmon[40884]: cluster 2024-01-16T08:52:09.025096+0000 mgr.smithi046.mmaeer (mgr.14182) 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:11.283 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:11.283 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:11.783 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:12.785 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:12 smithi046 conmon[35376]: cluster 2024-01-16T08:52:11.025465+0000 mgr.smithi046.mmaeer (mgr.14182) 1146 : cluster 2024-01-16T08:52:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:12 smithi046 conmon[35376]: [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:12 smithi046 conmon[35376]: audit 2024-01-16T08:52:11.287600+0000 mgr.smithi046.mmaeer (mgr.14182) 1147 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:12 smithi160 conmon[40884]: cluster 2024-01-16T08:52:11.025465+0000 mgr.smithi046.mmaeer (mgr.14182) 1146 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:12 smithi160 conmon[40884]: 2024-01-16T08:52:13.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:12 smithi160 conmon[40884]: audit 2024-01-16T08:52:11.287600+0000 mgr.smithi046.mmaeer (mgr.14182) 1147 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:14.562 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:14.562 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:15.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:15.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:14 smithi046 conmon[35376]: cluster 2024-01-16T08:52:13.026129+0000 mgr.smithi046.mmaeer (mgr.14182) 1148 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:14 smithi160 conmon[40884]: cluster 2024-01-16T08:52:13.026129+0000 mgr.smithi046.mmaeer (mgr.14182) 1148 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:16.109 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:16.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:15 smithi046 conmon[35376]: audit 2024-01-16T08:52:14.566224+0000 mgr.smithi046.mmaeer (mgr.14182) 1149 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:16.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:15 smithi160 conmon[40884]: audit 2024-01-16T08:52:14.566224+0000 mgr.smithi046.mmaeer (mgr.14182) 1149 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:17.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:16 smithi160 conmon[40884]: cluster 2024-01-16T08:52:15.026814+0000 mgr.smithi046.mmaeer (mgr.14182) 1150 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:17.243 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:16 smithi046 conmon[35376]: cluster 2024-01-16T08:52:15.026814+0000 mgr.smithi046.mmaeer (mgr.14182) 1150 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:17.243 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:16 smithi046 conmon[35376]: 2024-01-16T08:52:17.850 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:17.851 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:18.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:18 smithi160 conmon[40884]: cluster 2024-01-16T08:52:17.027464+0000 mgr.smithi046.mmaeer (mgr.14182) 1151 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:19.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:18 smithi160 conmon[40884]: audit 2024-01-16T08:52:17.854966+0000 mgr.smithi046.mmaeer (mgr.14182) 1152 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:19.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:18 smithi046 conmon[35376]: cluster 2024-01-16T08:52:17.027464+0000 mgr.smithi046.mmaeer (mgr.14182) 1151 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:19.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:18 smithi046 conmon[35376]: audit 2024-01-16T08:52:17.854966+0000 mgr.smithi046.mmaeer (mgr.14182) 1152 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:19.389 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:21.170 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:21.171 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:21.193 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:20 smithi046 conmon[35376]: cluster 2024-01-16T08:52:19.028377+0000 mgr.smithi046.mmaeer (mgr.14182) 1153 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:20 smithi160 conmon[40884]: cluster 2024-01-16T08:52:19.028377+0000 mgr.smithi046.mmaeer (mgr.14182) 1153 : cluster [DBG] 2024-01-16T08:52:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:20 smithi160 conmon[40884]: pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:21.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:22.775 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:22 smithi046 conmon[35376]: cluster 2024-01-16T08:52:21.028830+0000 mgr.smithi046.mmaeer (mgr.14182) 1154 : cluster 2024-01-16T08:52:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:22 smithi046 conmon[35376]: [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:23.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:22 smithi046 conmon[35376]: audit 2024-01-16T08:52:21.174592+0000 mgr.smithi046.mmaeer (mgr.14182) 1155 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:22 smithi160 conmon[40884]: cluster 2024-01-16T08:52:21.028830+0000 mgr.smithi046.mmaeer (mgr.14182) 1154 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:22 smithi160 conmon[40884]: audit 2024-01-16T08:52:21.174592+0000 mgr.smithi046.mmaeer (mgr.14182) 1155 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:24.564 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:24.564 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:25.054 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:24 smithi160 conmon[40884]: cluster 2024-01-16T08:52:23.029597+0000 mgr.smithi046.mmaeer (mgr.14182) 1156 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:25.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:24 smithi046 conmon[35376]: cluster 2024-01-16T08:52:23.029597+0000 mgr.smithi046.mmaeer (mgr.14182) 1156 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:26.055 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:26.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:25 smithi160 conmon[40884]: audit 2024-01-16T08:52:24.568068+0000 mgr.smithi046.mmaeer (mgr.14182) 1157 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:26.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:25 smithi046 conmon[35376]: audit 2024-01-16T08:52:24.568068+0000 mgr.smithi046.mmaeer (mgr.14182) 1157 2024-01-16T08:52:26.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:25 smithi046 conmon[35376]: : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:27.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:26 smithi046 conmon[35376]: cluster 2024-01-16T08:52:25.030316+0000 mgr.smithi046.mmaeer (mgr.14182) 1158 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:26 smithi160 conmon[40884]: cluster 2024-01-16T08:52:25.030316+0000 mgr.smithi046.mmaeer (mgr.14182) 1158 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:27.862 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:27.862 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:28.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:27 smithi160 conmon[40884]: cluster 2024-01-16T08:52:27.030961+0000 mgr.smithi046.mmaeer (mgr.14182) 1159 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:28.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:27 smithi160 conmon[40884]: audit 2024-01-16T08:52:27.865301+0000 mgr.smithi046.mmaeer (mgr.14182) 1160 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:28.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:27 smithi046 conmon[35376]: cluster 2024-01-16T08:52:27.030961+0000 mgr.smithi046.mmaeer (mgr.14182) 1159 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:28.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:27 smithi046 conmon[35376]: audit 2024-01-16T08:52:27.865301+0000 mgr.smithi046.mmaeer (mgr.14182) 1160 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:28.415 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:29.416 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:30.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:30 smithi046 conmon[35376]: cluster 2024-01-16T08:52:29.031822+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:52:30.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:30 smithi046 conmon[35376]: 1161 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:31.177 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:31.178 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:43:26.790352Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.iooukd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:30 smithi160 conmon[40884]: cluster 2024-01-16T08:52:29.031822+0000 mgr.smithi046.mmaeer (mgr.14182) 1161 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:31.672 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:32.673 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:33.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:32 smithi046 conmon[35376]: cluster 2024-01-16T08:52:31.032181+0000 mgr.smithi046.mmaeer (mgr.14182) 1162 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:33.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:32 smithi046 conmon[35376]: audit 2024-01-16T08:52:31.182167+0000 mgr.smithi046.mmaeer (mgr.14182) 1163 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:33.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:32 smithi160 conmon[40884]: cluster 2024-01-16T08:52:31.032181+0000 mgr.smithi046.mmaeer (mgr.14182) 1162 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:32 smithi160 conmon[40884]: audit 2024-01-16T08:52:31.182167+0000 2024-01-16T08:52:33.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:32 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 1163 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:34.493 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:34.493 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:35.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:34 smithi046 conmon[35376]: cluster 2024-01-16T08:52:33.032790+0000 mgr.smithi046.mmaeer (mgr.14182) 1164 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:35.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:34 smithi046 conmon[35376]: audit 2024-01-16T08:52:34.030756+0000 mon.smithi046 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.rfcmtl"}]: dispatch 2024-01-16T08:52:35.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:34 smithi160 conmon[40884]: cluster 2024-01-16T08:52:33.032790+0000 mgr.smithi046.mmaeer (mgr.14182) 1164 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:34 smithi160 conmon[40884]: audit 2024-01-16T08:52:34.030756+0000 mon.smithi046 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.46:0/1601142005' entity='mgr.smithi046.mmaeer' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi160.rfcmtl"}]: dispatch 2024-01-16T08:52:36.114 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: cephadm 2024-01-16T08:52:34.030041+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: ) 1165 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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-16T08:52:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Traceback (most recent call last): 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: yield (conn, connr) 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: code, '\n'.join(err))) 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: cephadm 2024-01-16T08:52:34.030333+0000 mgr.smithi046.mmaeer (mgr.14182) 1166 : cephadm [INF] Removing key for clien 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: t.ingress.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: cephadm 2024-01-16T08:52:34.031561+0000 mgr.smithi046.mmaeer (mgr.14182) 1167 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: cephadm 2024-01-16T08:52:34.033385+0000 mgr.smithi046.mmaeer (mgr.14182) 1168 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.raylef on smithi046 2024-01-16T08:52:36.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:35 smithi046 conmon[35376]: audit 2024-01-16T08:52:34.496786+0000 mgr.smithi046.mmaeer (mgr.14182) 1169 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: cephadm 2024-01-16T08:52:34.030041+0000 mgr.smithi046.mmaeer (mgr.14182) 1165 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Traceback (most recent call last): 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: yield (conn, connr) 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: code, '\n'.join(err))) 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.222 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: cephadm 2024-01-16T08:52:34.030333+0000 mgr.smithi046.mmaeer (mgr.14182) 1166 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: cephadm 2024-01-16T08:52:34.031561+0000 mgr.smithi046.mmaeer (mgr.14182) 1167 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: /bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: Deploy daemon haproxy.rgw.foo.smithi160.rfcmtl ... 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.223 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:50:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:00Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr time="2024-01-16T08:51:39Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: 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=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: cephadm 2024-01-16T08:52:34.033385+0000 mgr.smithi046.mmaeer (mgr.14182) 1168 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi046.raylef on smithi046 2024-01-16T08:52:36.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:35 smithi160 conmon[40884]: audit 2024-01-16T08:52:34.496786+0000 mgr.smithi046.mmaeer (mgr.14182) 1169 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:36 smithi046 conmon[35376]: cluster 2024-01-16T08:52:35.033347+0000 mgr.smithi046.mmaeer (mgr.14182) 1170 2024-01-16T08:52:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:36 smithi046 conmon[35376]: : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:37.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:36 smithi160 conmon[40884]: cluster 2024-01-16T08:52:35.033347+0000 mgr.smithi046.mmaeer (mgr.14182) 1170 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:38.158 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:38.158 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:38.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:38.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:38 smithi046 conmon[35376]: cluster 2024-01-16T08:52:37.033867+0000 mgr.smithi046.mmaeer (mgr.14182) 1171 : cluster [DBG] pgmap v759: 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, 17 op/s 2024-01-16T08:52:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:38 smithi160 conmon[40884]: cluster 2024-01-16T08:52:37.033867+0000 mgr.smithi046.mmaeer (mgr.14182) 1171 : cluster [DBG] pgmap v759: 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, 17 op/s 2024-01-16T08:52:39.653 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:40.115 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:39 smithi046 conmon[35376]: audit 2024-01-16T08:52:38.161871+0000 mgr.smithi046.mmaeer (mgr.14182) 1172 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:40.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:39 smithi160 conmon[40884]: audit 2024-01-16T08:52:38.161871+0000 mgr.smithi046.mmaeer (mgr.14182) 1172 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:41.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:40 smithi046 conmon[35376]: cluster 2024-01-16T08:52:39.034652+0000 mgr.smithi046.mmaeer (mgr.14182) 1173 2024-01-16T08:52:41.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:40 smithi046 conmon[35376]: : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:40 smithi160 conmon[40884]: cluster 2024-01-16T08:52:39.034652+0000 mgr.smithi046.mmaeer (mgr.14182) 1173 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:41.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:41.427 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:41.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:42.961 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:43.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:42 smithi046 conmon[35376]: cluster 2024-01-16T08:52:41.035065+0000 mgr.smithi046.mmaeer (mgr.14182) 1174 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:43.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:42 smithi046 conmon[35376]: audit 2024-01-16T08:52:41.430751+0000 mgr.smithi046.mmaeer (mgr.14182) 1175 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:42 smithi160 conmon[40884]: cluster 2024-01-16T08:52:41.035065+0000 mgr.smithi046.mmaeer (mgr.14182) 1174 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:42 smithi160 conmon[40884]: audit 2024-01-16T08:52:41.430751+0000 mgr.smithi046.mmaeer (mgr.14182) 1175 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:44.686 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:44.686 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:44 smithi046 conmon[35376]: cluster 2024-01-16T08:52:43.035736+0000 mgr.smithi046.mmaeer (mgr.14182) 1176 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:45.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:45.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:44 smithi160 conmon[40884]: cluster 2024-01-16T08:52:43.035736+0000 mgr.smithi046.mmaeer (mgr.14182) 1176 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:46.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:45 smithi046 conmon[35376]: audit 2024-01-16T08:52:44.690593+0000 mgr.smithi046.mmaeer (mgr.14182) 1177 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:46.161 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:46.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:45 smithi160 conmon[40884]: audit 2024-01-16T08:52:44.690593+0000 mgr.smithi046.mmaeer (mgr.14182) 1177 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:46 smithi046 conmon[35376]: cluster 2024-01-16T08:52:45.036247+0000 mgr.smithi046.mmaeer (mgr.14182) 1178 : 2024-01-16T08:52:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:46 smithi046 conmon[35376]: cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:46 smithi160 conmon[40884]: cluster 2024-01-16T08:52:45.036247+0000 mgr.smithi046.mmaeer (mgr.14182) 1178 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:47.961 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:47.961 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:48.461 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:49.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:48 smithi046 conmon[35376]: cluster 2024-01-16T08:52:47.036906+0000 mgr.smithi046.mmaeer (mgr.14182) 1179 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:48 smithi160 conmon[40884]: cluster 2024-01-16T08:52:47.036906+0000 mgr.smithi046.mmaeer (mgr.14182) 1179 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2024-01-16T08:52:49.462 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:50.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:49 smithi046 conmon[35376]: audit 2024-01-16T08:52:47.964365+0000 mgr.smithi046.mmaeer 2024-01-16T08:52:50.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:49 smithi046 conmon[35376]: (mgr.14182) 1180 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:50.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:49 smithi160 conmon[40884]: audit 2024-01-16T08:52:47.964365+0000 mgr.smithi046.mmaeer (mgr.14182) 1180 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:50.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:50 smithi046 conmon[35376]: cluster 2024-01-16T08:52:49.037796+0000 mgr.smithi046.mmaeer (mgr.14182) 1181 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:52:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:50 smithi160 conmon[40884]: cluster 2024-01-16T08:52:49.037796+0000 mgr.smithi046.mmaeer (mgr.14182) 1181 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 0 B/s wr, 207 op/s 2024-01-16T08:52:51.227 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:51.227 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:51.741 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:52.742 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:52 smithi046 conmon[35376]: cluster 2024-01-16T08:52:51.038111+0000 mgr.smithi046.mmaeer (mgr.14182) 1182 : 2024-01-16T08:52:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:52 smithi046 conmon[35376]: cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:52 smithi046 conmon[35376]: audit 2024-01-16T08:52:51.231555+0000 mgr.smithi046.mmaeer (mgr.14182) 1183 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:52 smithi160 conmon[40884]: cluster 2024-01-16T08:52:51.038111+0000 mgr.smithi046.mmaeer (mgr.14182) 1182 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:52 smithi160 conmon[40884]: audit 2024-01-16T08:52:51.231555+0000 mgr.smithi046.mmaeer (mgr.14182) 1183 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:54.514 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:54.514 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:55.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:55.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:54 smithi046 conmon[35376]: cluster 2024-01-16T08:52:53.038708+0000 mgr.smithi046.mmaeer (mgr.14182) 1184 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:54 smithi160 conmon[40884]: cluster 2024-01-16T08:52:53.038708+0000 mgr.smithi046.mmaeer (mgr.14182) 1184 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:56.002 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:52:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:55 smithi046 conmon[35376]: audit 2024-01-16T08:52:54.518133+0000 mgr.smithi046.mmaeer (mgr.14182) 1185 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:56.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:55 smithi046 conmon[35376]: 2024-01-16T08:52:56.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:55 smithi160 conmon[40884]: audit 2024-01-16T08:52:54.518133+0000 mgr.smithi046.mmaeer (mgr.14182) 1185 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:57.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:56 smithi046 conmon[35376]: cluster 2024-01-16T08:52:55.039365+0000 mgr.smithi046.mmaeer (mgr.14182) 1186 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:56 smithi160 conmon[40884]: cluster 2024-01-16T08:52:55.039365+0000 mgr.smithi046.mmaeer (mgr.14182) 1186 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:57.804 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:52:57.805 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:52:58.293 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:52:59.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:58 smithi046 conmon[35376]: cluster 2024-01-16T08:52:57.040008+0000 mgr.smithi046.mmaeer (mgr.14182) 1187 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:59.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:52:58 smithi046 conmon[35376]: audit 2024-01-16T08:52:57.808783+0000 mgr.smithi046.mmaeer (mgr.14182) 1188 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:58 smithi160 conmon[40884]: cluster 2024-01-16T08:52:57.040008+0000 mgr.smithi046.mmaeer (mgr.14182) 1187 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:52:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:52:58 smithi160 conmon[40884]: audit 2024-01-16T08:52:57.808783+0000 mgr.smithi046.mmaeer (mgr.14182) 1188 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:52:59.294 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:01.044 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:01.044 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:00 smithi046 conmon[35376]: cluster 2024-01-16T08:52:59.040732+0000 mgr.smithi046.mmaeer (mgr.14182) 1189 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:00 smithi160 conmon[40884]: cluster 2024-01-16T08:52:59.040732+0000 mgr.smithi046.mmaeer (mgr.14182) 1189 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:01.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:02.559 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:02 smithi046 conmon[35376]: cluster 2024-01-16T08:53:01.041068+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:53:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:02 smithi046 conmon[35376]: 1190 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:03.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:02 smithi046 conmon[35376]: audit 2024-01-16T08:53:01.048012+0000 mgr.smithi046.mmaeer (mgr.14182) 1191 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:02 smithi160 conmon[40884]: cluster 2024-01-16T08:53:01.041068+0000 mgr.smithi046.mmaeer (mgr.14182) 1190 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:02 smithi160 conmon[40884]: audit 2024-01-16T08:53:01.048012+0000 mgr.smithi046.mmaeer (mgr.14182) 1191 2024-01-16T08:53:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:02 smithi160 conmon[40884]: : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:04.312 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:04.312 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:04.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:05.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:04 smithi046 conmon[35376]: cluster 2024-01-16T08:53:03.041798+0000 mgr.smithi046.mmaeer (mgr.14182) 1192 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:04 smithi160 conmon[40884]: cluster 2024-01-16T08:53:03.041798+0000 mgr.smithi046.mmaeer (mgr.14182) 1192 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:05.809 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:06.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:05 smithi046 conmon[35376]: audit 2024-01-16T08:53:04.315915+0000 mgr.smithi046.mmaeer (mgr.14182) 1193 : audit [DBG] 2024-01-16T08:53:06.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:05 smithi046 conmon[35376]: from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:06.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:05 smithi160 conmon[40884]: audit 2024-01-16T08:53:04.315915+0000 mgr.smithi046.mmaeer (mgr.14182) 1193 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:06 smithi046 conmon[35376]: cluster 2024-01-16T08:53:05.042580+0000 mgr.smithi046.mmaeer 2024-01-16T08:53:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:06 smithi046 conmon[35376]: (mgr.14182) 1194 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:06 smithi160 conmon[40884]: cluster 2024-01-16T08:53:05.042580+0000 mgr.smithi046.mmaeer (mgr.14182) 1194 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:06 smithi160 conmon[40884]: 2024-01-16T08:53:07.571 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:07.571 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:08.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:09.102 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:08 smithi046 conmon[35376]: cluster 2024-01-16T08:53:07.043204+0000 mgr.smithi046.mmaeer (mgr.14182) 1195 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:08 smithi046 conmon[35376]: audit 2024-01-16T08:53:07.575581+0000 mgr.smithi046.mmaeer (mgr.14182) 1196 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:08 smithi160 conmon[40884]: cluster 2024-01-16T08:53:07.043204+0000 mgr.smithi046.mmaeer (mgr.14182) 1195 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:08 smithi160 conmon[40884]: audit 2024-01-16T08:53:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:08 smithi160 conmon[40884]: 2024-01-16T08:53:07.575581+0000 mgr.smithi046.mmaeer (mgr.14182) 1196 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:10.867 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:10.868 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:10 smithi046 conmon[35376]: cluster 2024-01-16T08:53:09.044318+0000 mgr.smithi046.mmaeer (mgr.14182) 1197 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:10 smithi160 conmon[40884]: cluster 2024-01-16T08:53:09.044318+0000 mgr.smithi046.mmaeer (mgr.14182) 1197 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:11.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:11 smithi046 conmon[35376]: audit 2024-01-16T08:53:10.870463+0000 mgr.smithi046.mmaeer (mgr.14182) 1198 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:12.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:11 smithi160 conmon[40884]: audit 2024-01-16T08:53:10.870463+0000 mgr.smithi046.mmaeer (mgr.14182) 1198 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:12.407 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:12 smithi046 conmon[35376]: cluster 2024-01-16T08:53:11.044702+0000 mgr.smithi046.mmaeer (mgr.14182) 1199 2024-01-16T08:53:13.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:12 smithi046 conmon[35376]: : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:12 smithi160 conmon[40884]: cluster 2024-01-16T08:53:11.044702+0000 mgr.smithi046.mmaeer (mgr.14182) 1199 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:14.162 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:14.162 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:14.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:14 smithi046 conmon[35376]: cluster 2024-01-16T08:53:13.045363+0000 mgr.smithi046.mmaeer (mgr.14182) 1200 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:14 smithi160 conmon[40884]: cluster 2024-01-16T08:53:13.045363+0000 mgr.smithi046.mmaeer (mgr.14182) 1200 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:15.723 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:15.890 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:15 smithi046 conmon[35376]: audit 2024-01-16T08:53:14.166073+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:53:15.891 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:15 smithi046 conmon[35376]: ) 1201 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:16.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:15 smithi160 conmon[40884]: audit 2024-01-16T08:53:14.166073+0000 mgr.smithi046.mmaeer (mgr.14182) 1201 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:17.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:16 smithi046 conmon[35376]: cluster 2024-01-16T08:53:15.045961+0000 mgr.smithi046.mmaeer (mgr.14182) 1202 : cluster 2024-01-16T08:53:17.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:16 smithi046 conmon[35376]: [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:17.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:16 smithi160 conmon[40884]: cluster 2024-01-16T08:53:15.045961+0000 mgr.smithi046.mmaeer (mgr.14182) 1202 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:17.522 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:17.523 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:18.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:19.102 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:18 smithi160 conmon[40884]: cluster 2024-01-16T08:53:17.046506+0000 mgr.smithi046.mmaeer (mgr.14182) 1203 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:18 smithi160 conmon[40884]: audit 2024-01-16T08:53:17.527280+0000 mgr.smithi046.mmaeer (mgr.14182) 1204 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:19.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:18 smithi046 conmon[35376]: cluster 2024-01-16T08:53:17.046506+0000 mgr.smithi046.mmaeer (mgr.14182) 1203 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:19.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:18 smithi046 conmon[35376]: audit 2024-01-16T08:53:17.527280+0000 mgr.smithi046.mmaeer (mgr.14182) 1204 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:20.832 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:20.833 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:21.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:20 smithi046 conmon[35376]: cluster 2024-01-16T08:53:19.047231+0000 mgr.smithi046.mmaeer (mgr.14182) 1205 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:20 smithi160 conmon[40884]: cluster 2024-01-16T08:53:19.047231+0000 mgr.smithi046.mmaeer (mgr.14182) 1205 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:21.338 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:22.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:21 smithi160 conmon[40884]: audit 2024-01-16T08:53:20.836679+0000 mgr.smithi046.mmaeer (mgr.14182) 1206 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:22.338 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:22.374 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:21 smithi046 conmon[35376]: audit 2024-01-16T08:53:20.836679+0000 mgr.smithi046.mmaeer (mgr.14182) 1206 : audit [DBG] 2024-01-16T08:53:22.374 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:21 smithi046 conmon[35376]: from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:23.117 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:22 smithi046 conmon[35376]: cluster 2024-01-16T08:53:21.047587+0000 mgr.smithi046.mmaeer (mgr.14182) 1207 : cluster 2024-01-16T08:53:23.117 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:22 smithi046 conmon[35376]: [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:22 smithi160 conmon[40884]: cluster 2024-01-16T08:53:21.047587+0000 mgr.smithi046.mmaeer (mgr.14182) 1207 : cluster 2024-01-16T08:53:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:22 smithi160 conmon[40884]: [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:24.134 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:24.134 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:24.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:24 smithi160 conmon[40884]: cluster 2024-01-16T08:53:23.048236+0000 mgr.smithi046.mmaeer (mgr.14182) 1208 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:25.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:24 smithi046 conmon[35376]: cluster 2024-01-16T08:53:23.048236+0000 mgr.smithi046.mmaeer (mgr.14182) 1208 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:25.687 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:26.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:25 smithi046 conmon[35376]: audit 2024-01-16T08:53:24.138365+0000 mgr.smithi046.mmaeer (mgr.14182) 1209 : audit 2024-01-16T08:53:26.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:25 smithi046 conmon[35376]: [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:26.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:25 smithi160 conmon[40884]: audit 2024-01-16T08:53:24.138365+0000 mgr.smithi046.mmaeer (mgr.14182) 1209 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:27.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:26 smithi046 conmon[35376]: cluster 2024-01-16T08:53:25.048780+0000 mgr.smithi046.mmaeer (mgr.14182) 1210 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:26 smithi160 conmon[40884]: cluster 2024-01-16T08:53:25.048780+0000 mgr.smithi046.mmaeer (mgr.14182) 1210 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:27.405 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:27.405 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:27.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:28.988 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:28 smithi160 conmon[40884]: cluster 2024-01-16T08:53:27.049215+0000 mgr.smithi046.mmaeer (mgr.14182) 1211 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:28 smithi160 conmon[40884]: audit 2024-01-16T08:53:27.409970+0000 mgr.smithi046.mmaeer (mgr.14182) 1212 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:29.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:28 smithi046 conmon[35376]: cluster 2024-01-16T08:53:27.049215+0000 mgr.smithi046.mmaeer (mgr.14182) 1211 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:29.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:28 smithi046 conmon[35376]: audit 2024-01-16T08:53:27.409970+0000 mgr.smithi046.mmaeer (mgr.14182) 1212 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:30.736 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:30.736 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:30 smithi046 conmon[35376]: cluster 2024-01-16T08:53:29.050076+0000 mgr.smithi046.mmaeer (mgr.14182) 1213 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:31.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:30 smithi160 conmon[40884]: cluster 2024-01-16T08:53:29.050076+0000 mgr.smithi046.mmaeer (mgr.14182) 1213 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:32.206 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:32.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:31 smithi160 conmon[40884]: audit 2024-01-16T08:53:30.740108+0000 mgr.smithi046.mmaeer (mgr.14182) 1214 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:32.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:31 smithi160 conmon[40884]: cluster 2024-01-16T08:53:31.050479+0000 mgr.smithi046.mmaeer (mgr.14182) 1215 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:32.243 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:31 smithi046 conmon[35376]: audit 2024-01-16T08:53:30.740108+0000 mgr.smithi046.mmaeer (mgr.14182) 1214 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:32.243 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:31 smithi046 conmon[35376]: cluster 2024-01-16T08:53:31.050479+0000 mgr.smithi046.mmaeer (mgr.14182) 1215 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:33.974 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:33.974 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:34.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:34 smithi046 conmon[35376]: cluster 2024-01-16T08:53:33.051375+0000 mgr.smithi046.mmaeer (mgr.14182) 1216 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:34.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:34.471 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:34 smithi160 conmon[40884]: cluster 2024-01-16T08:53:33.051375+0000 mgr.smithi046.mmaeer (mgr.14182) 1216 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:35.448 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:36.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:35 smithi046 conmon[35376]: audit 2024-01-16T08:53:33.976355+0000 mgr.smithi046.mmaeer (mgr.14182 2024-01-16T08:53:36.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:35 smithi046 conmon[35376]: ) 1217 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:36.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:35 smithi160 conmon[40884]: audit 2024-01-16T08:53:33.976355+0000 mgr.smithi046.mmaeer (mgr.14182) 1217 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:36.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:36 smithi046 conmon[35376]: cluster 2024-01-16T08:53:35.052028+0000 mgr.smithi046.mmaeer (mgr.14182) 1218 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:37.184 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:37.184 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:37.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:36 smithi160 conmon[40884]: cluster 2024-01-16T08:53:35.052028+0000 mgr.smithi046.mmaeer (mgr.14182) 1218 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:37.687 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:38.689 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:39.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:38 smithi046 conmon[35376]: cluster 2024-01-16T08:53:37.052450+0000 mgr.smithi046.mmaeer (mgr.14182) 1219 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:39.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:38 smithi046 conmon[35376]: audit 2024-01-16T08:53:37.188368+0000 mgr.smithi046.mmaeer (mgr.14182) 1220 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:38 smithi160 conmon[40884]: cluster 2024-01-16T08:53:37.052450+0000 mgr.smithi046.mmaeer (mgr.14182) 1219 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:38 smithi160 conmon[40884]: audit 2024-01-16T08:53:39.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:38 smithi160 conmon[40884]: 2024-01-16T08:53:37.188368+0000 mgr.smithi046.mmaeer (mgr.14182) 1220 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:40.416 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:40.416 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:40.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:40 smithi046 conmon[35376]: cluster 2024-01-16T08:53:39.053115+0000 mgr.smithi046.mmaeer (mgr.14182) 1221 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:40 smithi160 conmon[40884]: cluster 2024-01-16T08:53:39.053115+0000 mgr.smithi046.mmaeer (mgr.14182) 1221 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:41.913 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:42.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:41 smithi046 conmon[35376]: audit 2024-01-16T08:53:40.419920+0000 mgr.smithi046.mmaeer (mgr.14182) 1222 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:42.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:41 smithi160 conmon[40884]: audit 2024-01-16T08:53:40.419920+0000 mgr.smithi046.mmaeer (mgr.14182) 1222 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:43.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:42 smithi046 conmon[35376]: cluster 2024-01-16T08:53:41.053620+0000 mgr.smithi046.mmaeer (mgr.14182) 1223 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:43.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:42 smithi160 conmon[40884]: cluster 2024-01-16T08:53:41.053620+0000 mgr.smithi046.mmaeer (mgr.14182) 1223 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:43.711 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:43.711 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:44.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:45.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:44 smithi046 conmon[35376]: cluster 2024-01-16T08:53:43.054215+0000 mgr.smithi046.mmaeer (mgr.14182) 1224 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:45.068 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:44 smithi046 conmon[35376]: audit 2024-01-16T08:53:43.715734+0000 mgr.smithi046.mmaeer (mgr.14182) 1225 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:45.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:44 smithi160 conmon[40884]: cluster 2024-01-16T08:53:43.054215+0000 mgr.smithi046.mmaeer (mgr.14182) 1224 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:44 smithi160 conmon[40884]: audit 2024-01-16T08:53:45.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:44 smithi160 conmon[40884]: 2024-01-16T08:53:43.715734+0000 mgr.smithi046.mmaeer (mgr.14182) 1225 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:47.021 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:47.022 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:46 smithi046 conmon[35376]: cluster 2024-01-16T08:53:45.054883+0000 mgr.smithi046.mmaeer (mgr.14182) 1226 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:46 smithi160 conmon[40884]: cluster 2024-01-16T08:53:45.054883+0000 mgr.smithi046.mmaeer (mgr.14182) 1226 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:47.514 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:48.515 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:48 smithi046 conmon[35376]: audit 2024-01-16T08:53:47.025671+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:53:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:48 smithi046 conmon[35376]: 14182) 1227 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:48 smithi046 conmon[35376]: cluster 2024-01-16T08:53:47.055305+0000 mgr.smithi046.mmaeer (mgr.14182) 1228 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:48 smithi160 conmon[40884]: audit 2024-01-16T08:53:47.025671+0000 mgr.smithi046.mmaeer (mgr.14182) 1227 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:48 smithi160 conmon[40884]: cluster 2024-01-16T08:53:47.055305+0000 mgr.smithi046.mmaeer (mgr.14182) 1228 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:50.301 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:50.301 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:50.777 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:50 smithi046 conmon[35376]: cluster 2024-01-16T08:53:49.056115+0000 mgr.smithi046.mmaeer (mgr.14182) 1229 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:50 smithi160 conmon[40884]: cluster 2024-01-16T08:53:49.056115+0000 mgr.smithi046.mmaeer (mgr.14182) 1229 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:51.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:51 smithi046 conmon[35376]: audit 2024-01-16T08:53:50.305229+0000 mgr.smithi046.mmaeer (mgr.14182) 1230 : 2024-01-16T08:53:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:51 smithi046 conmon[35376]: audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:52.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:51 smithi160 conmon[40884]: audit 2024-01-16T08:53:50.305229+0000 mgr.smithi046.mmaeer (mgr.14182) 1230 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:52 smithi046 conmon[35376]: cluster 2024-01-16T08:53:51.056525+0000 mgr.smithi046.mmaeer (mgr.14182) 1231 : cluster [DBG] 2024-01-16T08:53:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:52 smithi046 conmon[35376]: pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:52 smithi160 conmon[40884]: cluster 2024-01-16T08:53:51.056525+0000 mgr.smithi046.mmaeer (mgr.14182) 1231 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:53.559 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:53.559 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:54.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:55.030 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:55.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:54 smithi046 conmon[35376]: cluster 2024-01-16T08:53:53.057130+0000 mgr.smithi046.mmaeer (mgr.14182) 1232 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:55.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:54 smithi046 conmon[35376]: audit 2024-01-16T08:53:53.562892+0000 mgr.smithi046.mmaeer (mgr.14182) 1233 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:54 smithi160 conmon[40884]: cluster 2024-01-16T08:53:53.057130+0000 mgr.smithi046.mmaeer (mgr.14182) 1232 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:54 smithi160 conmon[40884]: audit 2024-01-16T08:53:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:54 smithi160 conmon[40884]: 2024-01-16T08:53:53.562892+0000 mgr.smithi046.mmaeer (mgr.14182) 1233 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:56.692 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:56.692 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:53:57.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:56 smithi046 conmon[35376]: cluster 2024-01-16T08:53:55.057649+0000 mgr.smithi046.mmaeer (mgr.14182) 1234 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:57.192 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:53:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:56 smithi160 conmon[40884]: cluster 2024-01-16T08:53:55.057649+0000 mgr.smithi046.mmaeer (mgr.14182) 1234 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:58.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:57 smithi046 conmon[35376]: audit 2024-01-16T08:53:56.696063+0000 mgr.smithi046.mmaeer (mgr.14182) 1235 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:58.194 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:53:58.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:57 smithi160 conmon[40884]: audit 2024-01-16T08:53:56.696063+0000 mgr.smithi046.mmaeer (mgr.14182) 1235 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:53:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:58 smithi046 conmon[35376]: cluster 2024-01-16T08:53:57.058113+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:53:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:53:58 smithi046 conmon[35376]: 1236 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:53:58 smithi160 conmon[40884]: cluster 2024-01-16T08:53:57.058113+0000 mgr.smithi046.mmaeer (mgr.14182) 1236 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:53:59.958 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:53:59.958 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:00.484 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:01.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:00 smithi046 conmon[35376]: cluster 2024-01-16T08:53:59.058837+0000 mgr.smithi046.mmaeer (mgr.14182) 1237 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:00 smithi160 conmon[40884]: cluster 2024-01-16T08:53:59.058837+0000 mgr.smithi046.mmaeer (mgr.14182) 1237 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:01.485 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:02.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:01 smithi046 conmon[35376]: audit 2024-01-16T08:53:59.962474+0000 mgr.smithi046.mmaeer (mgr.14182) 1238 : audit 2024-01-16T08:54:02.124 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:01 smithi046 conmon[35376]: [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:02.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:01 smithi160 conmon[40884]: audit 2024-01-16T08:53:59.962474+0000 mgr.smithi046.mmaeer (mgr.14182) 1238 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:02.909 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:02 smithi046 conmon[35376]: cluster 2024-01-16T08:54:01.059408+0000 mgr.smithi046.mmaeer (mgr.14182) 2024-01-16T08:54:02.909 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:02 smithi046 conmon[35376]: 1239 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:02 smithi160 conmon[40884]: cluster 2024-01-16T08:54:01.059408+0000 mgr.smithi046.mmaeer (mgr.14182) 1239 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:03.300 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:03.300 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:03.826 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:04.828 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:05.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:04 smithi046 conmon[35376]: cluster 2024-01-16T08:54:03.060040+0000 mgr.smithi046.mmaeer (mgr.14182) 1240 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:05.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:04 smithi046 conmon[35376]: audit 2024-01-16T08:54:03.304249+0000 mgr.smithi046.mmaeer (mgr.14182) 1241 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:04 smithi160 conmon[40884]: cluster 2024-01-16T08:54:03.060040+0000 mgr.smithi046.mmaeer (mgr.14182) 1240 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:05.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:04 smithi160 conmon[40884]: audit 2024-01-16T08:54:03.304249+0000 mgr.smithi046.mmaeer (mgr.14182) 1241 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:06.588 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:06.588 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:06 smithi046 conmon[35376]: cluster 2024-01-16T08:54:05.060703+0000 mgr.smithi046.mmaeer (mgr.14182) 1242 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:07.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:07.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:06 smithi160 conmon[40884]: cluster 2024-01-16T08:54:05.060703+0000 mgr.smithi046.mmaeer (mgr.14182) 1242 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:07 smithi046 conmon[35376]: audit 2024-01-16T08:54:06.592902+0000 mgr.smithi046.mmaeer (mgr.14182) 1243 : audit [DBG] 2024-01-16T08:54:08.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:07 smithi046 conmon[35376]: from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:08.143 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:08.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:07 smithi160 conmon[40884]: audit 2024-01-16T08:54:06.592902+0000 mgr.smithi046.mmaeer (mgr.14182) 1243 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:08 smithi046 conmon[35376]: cluster 2024-01-16T08:54:07.061218+0000 mgr.smithi046.mmaeer (mgr.14182) 1244 : cluster 2024-01-16T08:54:09.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:08 smithi046 conmon[35376]: [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:09.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:08 smithi160 conmon[40884]: cluster 2024-01-16T08:54:07.061218+0000 mgr.smithi046.mmaeer (mgr.14182) 1244 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:09.886 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:09.886 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:10.450 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:10 smithi046 conmon[35376]: cluster 2024-01-16T08:54:09.062150+0000 mgr.smithi046.mmaeer (mgr.14182) 1245 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:11.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:10 smithi046 conmon[35376]: audit 2024-01-16T08:54:09.890231+0000 mgr.smithi046.mmaeer (mgr.14182) 1246 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:10 smithi160 conmon[40884]: cluster 2024-01-16T08:54:09.062150+0000 mgr.smithi046.mmaeer (mgr.14182) 1245 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:11.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:10 smithi160 conmon[40884]: audit 2024-01-16T08:54:09.890231+0000 mgr.smithi046.mmaeer (mgr.14182) 1246 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:11.450 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:13.186 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:13.186 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:13.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:12 smithi046 conmon[35376]: cluster 2024-01-16T08:54:11.062575+0000 mgr.smithi046.mmaeer (mgr.14182) 1247 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:13.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:12 smithi160 conmon[40884]: cluster 2024-01-16T08:54:11.062575+0000 mgr.smithi046.mmaeer (mgr.14182) 1247 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:13.690 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:14.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:14 smithi046 conmon[35376]: cluster 2024-01-16T08:54:13.063324+0000 mgr.smithi046.mmaeer (mgr.14182) 1248 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:14 smithi046 conmon[35376]: audit 2024-01-16T08:54:15.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:14 smithi046 conmon[35376]: 2024-01-16T08:54:13.189477+0000 mgr.smithi046.mmaeer (mgr.14182) 1249 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:14 smithi160 conmon[40884]: cluster 2024-01-16T08:54:13.063324+0000 mgr.smithi046.mmaeer (mgr.14182) 1248 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:14 smithi160 conmon[40884]: audit 2024-01-16T08:54:13.189477 2024-01-16T08:54:15.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:14 smithi160 conmon[40884]: +0000 mgr.smithi046.mmaeer (mgr.14182) 1249 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:16.449 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:16.449 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:16.982 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:17.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:16 smithi160 conmon[40884]: cluster 2024-01-16T08:54:15.063848+0000 mgr.smithi046.mmaeer (mgr.14182) 1250 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:17.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:16 smithi046 conmon[35376]: cluster 2024-01-16T08:54:15.063848+0000 mgr.smithi046.mmaeer (mgr.14182) 1250 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:17.983 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:18.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:17 smithi160 conmon[40884]: audit 2024-01-16T08:54:16.452959+0000 mgr.smithi046.mmaeer (mgr.14182) 1251 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:18.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:17 smithi046 conmon[35376]: audit 2024-01-16T08:54:16.452959+0000 mgr.smithi046.mmaeer (mgr. 2024-01-16T08:54:18.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:17 smithi046 conmon[35376]: 14182) 1251 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:19.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:18 smithi046 conmon[35376]: cluster 2024-01-16T08:54:17.064413+0000 mgr.smithi046.mmaeer (mgr.14182) 1252 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:19.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:18 smithi160 conmon[40884]: cluster 2024-01-16T08:54:17.064413+0000 mgr.smithi046.mmaeer (mgr.14182) 1252 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:19.754 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:19.755 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:20.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:20 smithi160 conmon[40884]: cluster 2024-01-16T08:54:19.065366+0000 mgr.smithi046.mmaeer (mgr.14182) 1253 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:21.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:20 smithi160 conmon[40884]: audit 2024-01-16T08:54:19.758873+0000 mgr.smithi046.mmaeer (mgr.14182) 1254 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:21.266 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:21.301 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:20 smithi046 conmon[35376]: cluster 2024-01-16T08:54:19.065366+0000 mgr.smithi046.mmaeer (mgr.14182) 1253 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:21.301 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:20 smithi046 conmon[35376]: audit 2024-01-16T08:54:19.758873+0000 mgr.smithi046.mmaeer (mgr.14182) 1254 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:22.995 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:22.996 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:23.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:22 smithi160 conmon[40884]: cluster 2024-01-16T08:54:21.065923+0000 mgr.smithi046.mmaeer (mgr.14182) 1255 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:23.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:22 smithi046 conmon[35376]: cluster 2024-01-16T08:54:21.065923+0000 mgr.smithi046.mmaeer (mgr.14182) 1255 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:23.507 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:24.508 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:24 smithi160 conmon[40884]: audit 2024-01-16T08:54:22.999959+0000 mgr.smithi046.mmaeer (mgr.14182) 1256 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:25.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:24 smithi160 conmon[40884]: cluster 2024-01-16T08:54:23.066524+0000 mgr.smithi046.mmaeer (mgr 2024-01-16T08:54:25.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:24 smithi160 conmon[40884]: .14182) 1257 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:25.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:24 smithi046 conmon[35376]: audit 2024-01-16T08:54:22.999959+0000 mgr.smithi046.mmaeer (mgr.14182) 1256 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:25.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:24 smithi046 conmon[35376]: cluster 2024-01-16T08:54:23.066524+0000 mgr.smithi046.mmaeer (mgr.14182) 1257 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:26.249 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:26.250 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:26.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:27.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:26 smithi046 conmon[35376]: cluster 2024-01-16T08:54:25.067069+0000 mgr.smithi046.mmaeer (mgr.14182) 1258 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:27.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:26 smithi160 conmon[40884]: cluster 2024-01-16T08:54:25.067069+0000 mgr.smithi046.mmaeer (mgr.14182) 1258 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:27.781 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:27 smithi046 conmon[35376]: audit 2024-01-16T08:54:26.253941+0000 mgr.smithi046.mmaeer (mgr.14182) 1259 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:28.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:27 smithi160 conmon[40884]: audit 2024-01-16T08:54:26.253941+0000 mgr.smithi046.mmaeer (mgr.14182) 1259 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:29.204 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:28 smithi046 conmon[35376]: cluster 2024-01-16T08:54:27.067516 2024-01-16T08:54:29.205 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:28 smithi046 conmon[35376]: +0000 mgr.smithi046.mmaeer (mgr.14182) 1260 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:28 smithi160 conmon[40884]: cluster 2024-01-16T08:54:27.067516+0000 mgr.smithi046.mmaeer (mgr.14182) 1260 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:29.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:28 smithi160 conmon[40884]: 2024-01-16T08:54:29.557 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:29.557 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:30.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:31.073 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:30 smithi160 conmon[40884]: cluster 2024-01-16T08:54:29.068202+0000 mgr.smithi046.mmaeer (mgr.14182) 1261 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:30 smithi160 conmon[40884]: audit 2024-01-16T08:54 2024-01-16T08:54:31.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:30 smithi160 conmon[40884]: :29.562066+0000 mgr.smithi046.mmaeer (mgr.14182) 1262 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:31.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:30 smithi046 conmon[35376]: cluster 2024-01-16T08:54:29.068202+0000 mgr.smithi046.mmaeer (mgr.14182) 1261 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:31.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:30 smithi046 conmon[35376]: audit 2024-01-16T08:54:29.562066+0000 mgr.smithi046.mmaeer (mgr.14182) 1262 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:32.805 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:32.805 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:33.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:32 smithi046 conmon[35376]: cluster 2024-01-16T08:54:31.068762+0000 mgr.smithi046.mmaeer (mgr.14182) 1263 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:33.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:32 smithi160 conmon[40884]: cluster 2024-01-16T08:54:31.068762+0000 mgr.smithi046.mmaeer (mgr.14182) 1263 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:33.298 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:34.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:33 smithi160 conmon[40884]: audit 2024-01-16T08:54:32.809652+0000 mgr.smithi046.mmaeer (mgr.14182) 1264 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:34.300 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:34.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:33 smithi046 conmon[35376]: audit 2024-01-16T08:54:32.809652+0000 mgr.smithi046.mmaeer (mgr.14182) 1264 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:35.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:34 smithi046 conmon[35376]: cluster 2024-01-16T08:54:33.069670+0000 mgr.smithi046.mmaeer (mgr.14182) 1265 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:35.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:34 smithi160 conmon[40884]: cluster 2024-01-16T08:54:33.069670+0000 mgr.smithi046.mmaeer (mgr.14182) 1265 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:36.072 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:36.072 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:36.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:35 smithi160 conmon[40884]: cluster 2024-01-16T08:54:35.070242+0000 mgr.smithi046.mmaeer (mgr.14182) 1266 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:36.232 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:35 smithi046 conmon[35376]: cluster 2024-01-16T08:54:35.070242+0000 mgr.smithi046.mmaeer (mgr.14182) 1266 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:36.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:37.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:36 smithi160 conmon[40884]: audit 2024-01-16T08:54:36.075735+0000 mgr.smithi046.mmaeer (mgr.14182) 1267 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:37.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:36 smithi046 conmon[35376]: audit 2024-01-16T08:54:36.075735+0000 mgr.smithi046.mmaeer (mgr.14182) 1267 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:37.599 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:38.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:37 smithi160 conmon[40884]: cluster 2024-01-16T08:54:37.070757+0000 mgr.smithi046.mmaeer (mgr.14182) 1268 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:38.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:37 smithi046 conmon[35376]: cluster 2024-01-16T08:54:37.070757+0000 mgr.smithi046.mmaeer (mgr.14182) 1268 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:39.353 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:39.354 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:39.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:40.935 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:41.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:40 smithi046 conmon[35376]: cluster 2024-01-16T08:54:39.071427+0000 mgr.smithi046.mmaeer (mgr.14182) 1269 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:40 smithi046 conmon[35376]: audit 2024-01-16T08:54:39.357687+0000 mgr.smithi046.mmaeer (mgr.14182) 1270 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:40 smithi160 conmon[40884]: cluster 2024-01-16T08:54:39.071427+0000 mgr.smithi046.mmaeer (mgr.14182) 1269 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:41.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:40 smithi160 conmon[40884]: audit 2024-01-16T08:54:39.357687+0000 mgr.smithi046.mmaeer (mgr.14182) 1270 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:42.698 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:42.699 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:43.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:42 smithi046 conmon[35376]: cluster 2024-01-16T08:54:41.071782+0000 mgr.smithi046.mmaeer (mgr.14182) 1271 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:43.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:43.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:42 smithi160 conmon[40884]: cluster 2024-01-16T08:54:41.071782+0000 mgr.smithi046.mmaeer (mgr.14182) 1271 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:43 smithi046 conmon[35376]: audit 2024-01-16T08:54:42.702912+0000 mgr.smithi046.mmaeer (mgr.14182) 1272 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:44.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:43 smithi160 conmon[40884]: audit 2024-01-16T08:54:42.702912+0000 mgr.smithi046.mmaeer (mgr.14182) 1272 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:44.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:43 smithi160 conmon[40884]: 2024-01-16T08:54:44.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:45.015 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:44 smithi046 conmon[35376]: cluster 2024-01-16T08:54:43.072455+0000 mgr.smithi046.mmaeer ( 2024-01-16T08:54:45.015 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:44 smithi046 conmon[35376]: mgr.14182) 1273 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:45.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:44 smithi160 conmon[40884]: cluster 2024-01-16T08:54:43.072455+0000 mgr.smithi046.mmaeer (mgr.14182) 1273 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:46.010 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:46.010 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:46.503 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:46 smithi046 conmon[35376]: cluster 2024-01-16T08:54:45.073106+0000 mgr.smithi046.mmaeer (mgr.14182) 1274 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:47.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:46 smithi160 conmon[40884]: cluster 2024-01-16T08:54:45.073106+0000 mgr.smithi046.mmaeer (mgr.14182) 1274 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:47.504 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:47 smithi046 conmon[35376]: audit 2024-01-16T08:54:46.014450+0000 mgr.smithi046.mmaeer (mgr.14182) 1275 : 2024-01-16T08:54:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:47 smithi046 conmon[35376]: audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:48.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:47 smithi160 conmon[40884]: audit 2024-01-16T08:54:46.014450+0000 mgr.smithi046.mmaeer (mgr.14182) 1275 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:48.915 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:48 smithi046 conmon[35376]: cluster 2024-01-16T08:54:47.073608+0000 mgr.smithi046.mmaeer (mgr.14182) 1276 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:49.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:48 smithi160 conmon[40884]: cluster 2024-01-16T08:54:47.073608+0000 mgr.smithi046.mmaeer (mgr.14182) 1276 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:49.258 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:49.259 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:49.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:50.813 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:50 smithi046 conmon[35376]: cluster 2024-01-16T08:54:49.074208+0000 mgr.smithi046.mmaeer (mgr.14182) 1277 : 2024-01-16T08:54:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:50 smithi046 conmon[35376]: cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:51.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:50 smithi046 conmon[35376]: audit 2024-01-16T08:54:49.263059+0000 mgr.smithi046.mmaeer (mgr.14182) 1278 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:50 smithi160 conmon[40884]: cluster 2024-01-16T08:54:49.074208+0000 mgr.smithi046.mmaeer (mgr.14182) 1277 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:51.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:50 smithi160 conmon[40884]: audit 2024-01-16T08:54:49.263059+0000 mgr.smithi046.mmaeer (mgr.14182) 1278 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:52.543 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:52.543 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:53.044 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:53.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:52 smithi046 conmon[35376]: cluster 2024-01-16T08:54:51.074547+0000 mgr.smithi046.mmaeer (mgr.14182) 1279 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:53.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:52 smithi160 conmon[40884]: cluster 2024-01-16T08:54:51.074547+0000 mgr.smithi046.mmaeer (mgr.14182) 1279 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:54.046 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:54.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:53 smithi046 conmon[35376]: audit 2024-01-16T08:54:52.547174+0000 mgr.smithi046.mmaeer (mgr.14182) 1280 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:54.221 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:53 smithi160 conmon[40884]: audit 2024-01-16T08:54:52.547174+0000 mgr.smithi046.mmaeer (mgr.14182) 1280 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:55.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:54 smithi046 conmon[35376]: cluster 2024-01-16T08:54:53.075257+0000 mgr.smithi046.mmaeer (mgr.14182) 1281 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:55.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:54 smithi160 conmon[40884]: cluster 2024-01-16T08:54:53.075257+0000 mgr.smithi046.mmaeer (mgr.14182) 1281 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:55.793 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:55.793 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:56.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:54:57.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:56 smithi046 conmon[35376]: cluster 2024-01-16T08:54:55.076047+0000 mgr.smithi046.mmaeer (mgr.14182) 1282 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:57.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:56 smithi046 conmon[35376]: audit 2024-01-16T08:54:55.797559+0000 mgr.smithi046.mmaeer (mgr.14182) 1283 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:56 smithi160 conmon[40884]: cluster 2024-01-16T08:54:55.076047+0000 mgr.smithi046.mmaeer (mgr.14182) 1282 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:56 smithi160 conmon[40884]: audit 2024-01-16T08:54:55.797559+0000 2024-01-16T08:54:57.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:56 smithi160 conmon[40884]: mgr.smithi046.mmaeer (mgr.14182) 1283 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:54:57.271 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:54:59.072 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:54:59.072 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:54:59.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:54:58 smithi046 conmon[35376]: cluster 2024-01-16T08:54:57.076565+0000 mgr.smithi046.mmaeer (mgr.14182) 1284 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:59.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:54:58 smithi160 conmon[40884]: cluster 2024-01-16T08:54:57.076565+0000 mgr.smithi046.mmaeer (mgr.14182) 1284 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:54:59.576 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:55:00.578 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e274c41a-b448-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T08:55:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:00 smithi046 conmon[35376]: audit 2024-01-16T08:54:59.075913+0000 mgr.smithi046.mmaeer 2024-01-16T08:55:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:00 smithi046 conmon[35376]: (mgr.14182) 1285 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:55:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:00 smithi046 conmon[35376]: cluster 2024-01-16T08:54:59.077319+0000 mgr.smithi046.mmaeer (mgr.14182) 1286 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:55:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:00 smithi160 conmon[40884]: audit 2024-01-16T08:54:59.075913+0000 mgr.smithi046.mmaeer (mgr.14182) 1285 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:55:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:00 smithi160 conmon[40884]: cluster 2024-01-16T08:54:59.077319 2024-01-16T08:55:01.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:00 smithi160 conmon[40884]: +0000 mgr.smithi046.mmaeer (mgr.14182) 1286 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:55:02.282 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-16T08:55:02.283 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T08:27:34.251954Z", "last_refresh": "2024-01-16T08:49:44.547586Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T08:27:28.680337Z", "last_refresh": "2024-01-16T08:49:41.785571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T08:27:31.582770Z", "last_refresh": "2024-01-16T08:49:44.547746Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:46:06.009252Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.efunwk on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-efunwk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.efunwk\nDeploy daemon haproxy.rgw.foo.smithi160.efunwk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:44:09Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:44:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:45:25Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.995136Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi046.gvvxmq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi046-gvvxmq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi046.gvvxmq\nDeploy daemon haproxy.rgw.foo.smithi046.gvvxmq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:46:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:47:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T08:48:39.996541Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi160.legsqu on smithi160: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:48:39.997642Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi046.jzdkpw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-16T08:52:34.031429Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi160.rfcmtl on smithi160: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy-rgw-foo-smithi160-rfcmtl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-e274c41a-b448-11ee-95ad-87774f69a715-haproxy.rgw.foo.smithi160.rfcmtl\nDeploy daemon haproxy.rgw.foo.smithi160.rfcmtl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T08:50:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:00Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T08:51:39Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi160 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-16T08:32:16.360721Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T08:27:27.326695Z", "last_refresh": "2024-01-16T08:49:41.785801Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T08:28:50.301315Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi160:172.21.15.160=smithi160"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T08:28:50.298489Z", "last_refresh": "2024-01-16T08:49:41.785902Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T08:27:32.827481Z", "last_refresh": "2024-01-16T08:49:41.785992Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T08:29:25.558999Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T08:29:25.554914Z", "last_refresh": "2024-01-16T08:49:41.786078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T08:27:30.055005Z", "last_refresh": "2024-01-16T08:49:44.547890Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T08:32:16.360470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-16T08:32:23.375035Z", "last_refresh": "2024-01-16T08:49:41.786415Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-16T08:55:02.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-16T08:55:02.837 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T08:55:03.134 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a83354d1a72e4956846e1dca7ec5cdac Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T08:55:03.136 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-16T08:55:03.147 INFO:tasks.vip:Removing 10.0.15.46 (and any VIPs) on smithi046.front.sepia.ceph.com iface ens1f0... 2024-01-16T08:55:03.148 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.15.46/16 dev ens1f0 2024-01-16T08:55:03.162 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:02 smithi046 conmon[35376]: cluster 2024-01-16T08:55:01.077985+0000 mgr.smithi046.mmaeer (mgr.14182) 1287 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:55:03.203 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.31.46/16 dev ens1f0 2024-01-16T08:55:03.220 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:02 smithi160 conmon[40884]: cluster 2024-01-16T08:55:01.077985+0000 mgr.smithi046.mmaeer (mgr.14182) 1287 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T08:55:03.279 INFO:teuthology.orchestra.run.smithi046.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T08:55:03.280 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T08:55:03.280 INFO:tasks.vip:Removing 10.0.15.160 (and any VIPs) on smithi160.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T08:55:03.281 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.15.160/16 dev enp3s0f1 2024-01-16T08:55:03.336 DEBUG:teuthology.orchestra.run.smithi160:> sudo ip addr del 10.0.31.46/16 dev enp3s0f1 2024-01-16T08:55:03.364 INFO:teuthology.orchestra.run.smithi160.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T08:55:03.365 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T08:55:03.366 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T08:55:03.376 INFO:tasks.cephadm:Teardown begin 2024-01-16T08:55:03.377 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:55:03.413 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:55:03.442 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T08:55:03.442 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T08:55:03.476 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T08:55:03.500 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T08:55:03.501 INFO:tasks.cephadm.mon.smithi046:Stopping mon.smithi046... 2024-01-16T08:55:03.501 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046 2024-01-16T08:55:03.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:03 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for e274c41a-b448-11ee-95ad-87774f69a715... 2024-01-16T08:55:03.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:03 smithi046 bash[237923]: Error: no container with name or ID ceph-e274c41a-b448-11ee-95ad-87774f69a715-mon.smithi046 found: no such container 2024-01-16T08:55:04.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:03 smithi046 conmon[35376]: debug 2024-01-16T08:55:03.847+0000 7fc2f496c700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi046 -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-16T08:55:04.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 16 08:55:03 smithi046 conmon[35376]: debug 2024-01-16T08:55:03.847+0000 7fc2f496c700 -1 mon.smithi046@0(leader) e2 *** Got Signal Terminated *** 2024-01-16T08:55:04.518 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi046.service' 2024-01-16T08:55:04.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T08:55:04.573 INFO:tasks.cephadm.mon.smithi046:Stopped mon.smithi046 2024-01-16T08:55:04.574 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2024-01-16T08:55:04.574 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi160 2024-01-16T08:55:04.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:04 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for e274c41a-b448-11ee-95ad-87774f69a715... 2024-01-16T08:55:04.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:04 smithi160 bash[70793]: Error: no container with name or ID ceph-e274c41a-b448-11ee-95ad-87774f69a715-mon.smithi160 found: no such container 2024-01-16T08:55:05.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:05 smithi160 conmon[40884]: debug 2024-01-16T08:55:05.144+0000 7f70acfff700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi160 -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-16T08:55:05.470 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Jan 16 08:55:05 smithi160 conmon[40884]: debug 2024-01-16T08:55:05.144+0000 7f70acfff700 -1 mon.smithi160@1(peon) e2 *** Got Signal Terminated *** 2024-01-16T08:55:05.790 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e274c41a-b448-11ee-95ad-87774f69a715@mon.smithi160.service' 2024-01-16T08:55:05.841 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T08:55:05.841 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2024-01-16T08:55:05.841 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e274c41a-b448-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T08:56:07.366 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e274c41a-b448-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T08:57:01.812 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:57:01.854 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:57:01.884 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T08:57:01.887 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/ubuntu@smithi046.front.sepia.ceph.com/crash 2024-01-16T08:57:01.888 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash -- . 2024-01-16T08:57:01.937 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T08:57:01.938 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-01-16T08:57:01.939 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/ubuntu@smithi160.front.sepia.ceph.com/crash 2024-01-16T08:57:01.940 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash -- . 2024-01-16T08:57:02.012 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/e274c41a-b448-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T08:57:02.012 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-01-16T08:57:02.013 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T08:57:02.014 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T08:57:02.049 INFO:teuthology.orchestra.run.smithi046.stderr:grep: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T08:57:02.051 INFO:tasks.cephadm:Compressing logs... 2024-01-16T08:57:02.051 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:57:02.094 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:57:02.122 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr:: No such file or directory 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi160.iddmhv.log 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.vhtwqr.log 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi160.log 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi160.iddmhv.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.vhtwqr.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.2.log 2024-01-16T08:57:02.123 INFO:teuthology.orchestra.run.smithi160.stderr: 58.5% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.vhtwqr.log.gz 2024-01-16T08:57:02.124 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi160.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T08:57:02.124 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.0.log 2024-01-16T08:57:02.126 INFO:teuthology.orchestra.run.smithi046.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-16T08:57:02.126 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T08:57:02.127 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.5.log 2024-01-16T08:57:02.127 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.7.log 2024-01-16T08:57:02.128 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.1.log 2024-01-16T08:57:02.128 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.5.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.3.log 2024-01-16T08:57:02.128 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T08:57:02.130 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.2.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.0.log: 93.3% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi160.iddmhv.log.gz 2024-01-16T08:57:02.130 INFO:teuthology.orchestra.run.smithi160.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T08:57:02.130 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.6.log 2024-01-16T08:57:02.130 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.duicnb.log 2024-01-16T08:57:02.130 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.6.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.duicnb.log: 76.8% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi160.duicnb.log.gz 2024-01-16T08:57:02.131 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.4.log 2024-01-16T08:57:02.131 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.4.log: 92.4% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T08:57:02.134 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.3.log: /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi046.mmaeer.log 2024-01-16T08:57:02.137 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi046.mmaeer.log: gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi046.log 2024-01-16T08:57:02.141 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi046.log: 92.4% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T08:57:02.141 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.ahwuhe.log 2024-01-16T08:57:02.142 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.ahwuhe.log: 75.6% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.ahwuhe.log.gz 2024-01-16T08:57:02.142 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.nilwue.log 2024-01-16T08:57:02.143 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.nilwue.log: 58.7% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-client.rgw.foo.smithi046.nilwue.log.gz 2024-01-16T08:57:02.159 INFO:teuthology.orchestra.run.smithi046.stderr: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T08:57:02.449 INFO:teuthology.orchestra.run.smithi046.stderr: 89.7% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mgr.smithi046.mmaeer.log.gz 2024-01-16T08:57:02.484 INFO:teuthology.orchestra.run.smithi160.stderr: 92.6% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi160.log.gz 2024-01-16T08:57:02.739 INFO:teuthology.orchestra.run.smithi160.stderr: 93.3% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.2.log.gz 2024-01-16T08:57:02.976 INFO:teuthology.orchestra.run.smithi160.stderr: 93.2% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.0.log.gz 2024-01-16T08:57:02.996 INFO:teuthology.orchestra.run.smithi046.stderr: 93.3% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.7.log.gz 2024-01-16T08:57:03.017 INFO:teuthology.orchestra.run.smithi160.stderr: 93.2% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.6.log.gz 2024-01-16T08:57:03.045 INFO:teuthology.orchestra.run.smithi046.stderr: 93.3% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.1.log.gz 2024-01-16T08:57:03.100 INFO:teuthology.orchestra.run.smithi160.stderr: 93.1% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.4.log.gz 2024-01-16T08:57:03.102 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-01-16T08:57:03.102 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.992s 2024-01-16T08:57:03.102 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m3.578s 2024-01-16T08:57:03.102 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.151s 2024-01-16T08:57:03.208 INFO:teuthology.orchestra.run.smithi046.stderr: 90.3% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-mon.smithi046.log.gz 2024-01-16T08:57:03.258 INFO:teuthology.orchestra.run.smithi046.stderr: 93.5% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.3.log.gz 2024-01-16T08:57:03.320 INFO:teuthology.orchestra.run.smithi046.stderr: 93.2% -- replaced with /var/log/ceph/e274c41a-b448-11ee-95ad-87774f69a715/ceph-osd.5.log.gz 2024-01-16T08:57:03.321 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-16T08:57:03.321 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m1.210s 2024-01-16T08:57:03.322 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m5.338s 2024-01-16T08:57:03.322 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.217s 2024-01-16T08:57:03.323 INFO:tasks.cephadm:Archiving logs... 2024-01-16T08:57:03.323 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/ubuntu@smithi046.front.sepia.ceph.com/log 2024-01-16T08:57:03.324 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T08:57:04.120 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/ubuntu@smithi160.front.sepia.ceph.com/log 2024-01-16T08:57:04.121 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T08:57:04.675 INFO:tasks.cephadm:Removing cluster... 2024-01-16T08:57:04.676 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e274c41a-b448-11ee-95ad-87774f69a715 --force 2024-01-16T08:57:05.190 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e274c41a-b448-11ee-95ad-87774f69a715 --force 2024-01-16T08:57:05.639 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T08:57:05.639 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T08:57:05.661 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T08:57:05.678 INFO:tasks.cephadm:Teardown complete 2024-01-16T08:57:05.678 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-16T08:57:05.689 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-01-16T08:57:05.689 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_1 2024-01-16T08:57:05.846 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T08:57:05.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:05.848 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-01-16T08:57:05.848 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_2 2024-01-16T08:57:05.982 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T08:57:05.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:05.984 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-01-16T08:57:05.984 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_3 2024-01-16T08:57:06.135 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T08:57:06.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.137 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-01-16T08:57:06.137 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_4 2024-01-16T08:57:06.292 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T08:57:06.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.294 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-16T08:57:06.294 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-01-16T08:57:06.328 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_1... 2024-01-16T08:57:06.329 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_1 2024-01-16T08:57:06.463 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T08:57:06.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.466 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_2... 2024-01-16T08:57:06.466 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_2 2024-01-16T08:57:06.591 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T08:57:06.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.593 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_3... 2024-01-16T08:57:06.593 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_3 2024-01-16T08:57:06.712 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T08:57:06.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.714 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi160:/dev/vg_nvme/lv_4... 2024-01-16T08:57:06.714 DEBUG:teuthology.orchestra.run.smithi160:> sudo nvme disconnect -n lv_4 2024-01-16T08:57:06.842 INFO:teuthology.orchestra.run.smithi160.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T08:57:06.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:06.844 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T08:57:06.844 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/scratch_devs 2024-01-16T08:57:06.871 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T08:57:06.881 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T08:57:06.882 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T08:57:06.884 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T08:57:06.902 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2024-01-16T08:57:06.908 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:57:06.908 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-01-16T08:57:06.908 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv01.front.sepia.ceph.com 2 8 377 70 -607us[ -605us] +/- 90ms 2024-01-16T08:57:06.909 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv02.front.sepia.ceph.com 3 6 377 14 -966us[ -955us] +/- 72ms 2024-01-16T08:57:06.909 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +1908us[+1908us] +/- 83ms 2024-01-16T08:57:06.909 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:57:06.926 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2024-01-16T08:57:06.931 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:57:06.931 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-01-16T08:57:06.932 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 79 -524us[ -496us] +/- 90ms 2024-01-16T08:57:06.932 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 8 377 15 -850us[ -819us] +/- 72ms 2024-01-16T08:57:06.932 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 +1986us[+1986us] +/- 83ms 2024-01-16T08:57:06.932 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:57:06.933 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T08:57:06.942 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T08:57:06.943 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T08:57:06.952 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:57:07.039 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:57:07.101 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:57:07.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:07.140 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:57:07.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:07.169 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T08:57:07.180 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T08:57:07.189 INFO:teuthology.task.internal:Duration was 2526.942732 seconds 2024-01-16T08:57:07.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T08:57:07.200 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T08:57:07.200 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T08:57:07.203 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T08:57:07.256 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:57:07.260 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:57:07.646 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T08:57:07.647 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-01-16T08:57:07.647 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:57:07.676 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-01-16T08:57:07.677 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:57:07.698 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T08:57:07.699 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T08:57:07.719 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T08:57:07.809 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T08:57:07.809 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T08:57:07.812 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T08:57:07.989 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T08:57:07.999 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T08:57:08.000 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T08:57:08.031 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T08:57:08.059 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T08:57:08.070 DEBUG:teuthology.orchestra.run.smithi046:> 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-16T08:57:08.074 DEBUG:teuthology.orchestra.run.smithi160:> 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-16T08:57:08.103 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-01-16T08:57:08.127 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-01-16T08:57:08.166 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T08:57:08.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:08.188 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T08:57:08.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:57:08.222 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T08:57:08.233 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T08:57:08.234 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/smithi046 2024-01-16T08:57:08.235 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T08:57:08.291 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647/remote/smithi160 2024-01-16T08:57:08.292 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T08:57:08.333 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T08:57:08.333 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T08:57:08.336 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T08:57:08.383 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T08:57:08.395 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T08:57:08.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T08:57:08.457 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T08:57:08.457 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T08:57:08.460 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T08:57:08.476 INFO:teuthology.orchestra.run.smithi160.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 08:57 /home/ubuntu/cephtest 2024-01-16T08:57:08.478 INFO:teuthology.orchestra.run.smithi046.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 08:57 /home/ubuntu/cephtest 2024-01-16T08:57:08.480 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T08:57:08.491 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T08:57:08.514 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T08:57:08.546 DEBUG:teuthology.nuke:shortname: smithi046 2024-01-16T08:57:08.547 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T08:57:08.577 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647', '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-16 08:09:22.113231', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBisYzp9UrSIEX7o+pwoVam2ajNvmgxb0hvKJv2VWt15zkW1ZsikYCtO3wMTw1oGSY1tZpCpxvtoI9glpL6d0nQ='} 2024-01-16T08:57:08.581 DEBUG:teuthology.nuke:shortname: smithi160 2024-01-16T08:57:08.582 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T08:57:08.606 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517647', '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-16 08:09:22.111679', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6AT5zXF96ekNN1w6rEQF2YO6uvBMIMAePTmMjugoXxAIRTo5cIcBDrSThQv00umAkf2x29051NLrAiambZ3Fk='} 2024-01-16T08:57:08.638 INFO:teuthology.orchestra.console.smithi046:Power off 2024-01-16T08:57:08.639 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T08:57:08.663 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-01-16T08:57:08.663 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:08.682 INFO:teuthology.orchestra.console.smithi160:Power off 2024-01-16T08:57:08.683 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T08:57:08.693 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-01-16T08:57:08.705 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-01-16T08:57:08.705 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:08.731 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-01-16T08:57:12.693 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:12.732 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:12.806 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-01-16T08:57:12.843 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-01-16T08:57:16.808 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:16.844 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:16.919 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-01-16T08:57:16.957 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-01-16T08:57:17.021 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-01-16T08:57:20.962 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T08:57:21.073 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-01-16T08:57:21.175 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-01-16T08:57:21.281 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: 2526.9427320957184 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a83354d1a72e4956846e1dca7ec5cdac status: fail success: false 2024-01-16T08:57:21.282 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T08:57:21.397 INFO:teuthology.run:FAIL